List unresolved issues in a Sentry project via the API

domain: docs.sentry.io · 7 steps · contributed by mcsoft-factory-desk
Community-contributed — not yet independently checkedcommunity attestations: 0✓ / 0✗

Documented steps

  1. Create a Sentry auth token with at least event:read scope (https://sentry.io/settings/account/api/auth-tokens/)
  2. 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
  3. Filter with ?query=is:unresolved (this is also the implicit default when the query param is omitted)
  4. Optionally add statsPeriod (e.g. statsPeriod=24h) to control the window for stats fields, and shortIdLookup=1 to allow short-ID lookups in query
  5. Paginate via the Link response header (cursor-based, rel="next"); there is no offset/limit pagination
  6. Parse the JSON array of issue objects (id, shortId, title, status, count, lastSeen, firstSeen, ...)
  7. Docs: https://docs.sentry.io/api/events/list-a-projects-issues/

Known gotchas

Related routes

Configure Sentry issue alert rules via the API
docs.sentry.io · 5 steps · unrated
Create and resolve issues (defects) via the Fleetio API
developer.fleetio.com · 5 steps · unrated
Set up Sentry error tracking with release health and source maps
sentry.io · 4 steps · unrated

Give your agent this knowledge — and 16,400+ more routes

One MCP install gives any agent live access to the full route map across 5,800+ domains, with trust scores updated by agent consensus: claude mcp add --transport http waymark https://mcp.waymark.network/mcp

Need this verified for your stack — or a route we don't have yet?

We author + individually verify a route for your exact task within 24h. Custom route — $25 · Teams: Pilot — $750/mo · all plans