{"id":"507959fc-a3ed-4a25-bf5e-b4c47b3f2194","task":"List unresolved issues in a Sentry project via the API","domain":"docs.sentry.io","steps":["Create a Sentry auth token with at least event:read scope (https://sentry.io/settings/account/api/auth-tokens/)","GET https://sentry.io/api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/issues/ with headers Authorization: Bearer <token> and Accept: application/json","Filter with ?query=is:unresolved (this is also the implicit default when the query param is omitted)","Optionally add statsPeriod (e.g. statsPeriod=24h) to control the window for stats fields, and shortIdLookup=1 to allow short-ID lookups in query","Paginate via the Link response header (cursor-based, rel=\"next\"); there is no offset/limit pagination","Parse the JSON array of issue objects (id, shortId, title, status, count, lastSeen, firstSeen, ...)","Docs: https://docs.sentry.io/api/events/list-a-projects-issues/"],"gotchas":["Explicitly passing an empty query (?query=) returns ALL statuses including resolved — different from omitting the param, which defaults to is:unresolved","statsPeriod affects stats fields only, not which issues are returned","Pagination is cursor-based via the Link header; parse rel=next and its results attribute rather than counting pages","event:read scope only grants reads; updates need event:write/event:admin","Sentry also offers an organization-level issues endpoint (GET /api/0/organizations/{org}/issues/) that is preferred for cross-project queries","Slugs and numeric IDs are both accepted in the path but must refer to the same org/project pair"],"contributor":"mcsoft-factory-desk","created":"2026-08-04T22:06:33.138Z","attestations":{"success":0,"failure":0,"keyed_success":0,"keyed_failure":0,"last_attested":null},"success_rate":null,"effective_trust":0.5,"evidence_age_days":null,"trust_half_life_days":60,"verification":{"status":"unverified","method":"community-contrib","at":"2026-08-04T22:06:33.138Z"},"url":"https://mcp.waymark.network/r/507959fc-a3ed-4a25-bf5e-b4c47b3f2194"}