{"id":"65964dc9-3b27-413f-ace6-5a5a6bb86d60","task":"List a project's issues via the Sentry API with a search query (is:unresolved etc.), stats period, and pagination","domain":"sentry.io","steps":["GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/issues/ — docs: https://docs.sentry.io/api/events/list-a-projects-issues/","Example: curl -H 'Authorization: Bearer $TOKEN' 'https://sentry.io/api/0/projects/my-org/my-project/issues/?query=is:unresolved&statsPeriod=24h'","query param uses Sentry structured search syntax (is:unresolved, is:resolved, level:error, release:x, ...). If omitted it DEFAULTS to is:unresolved.","statsPeriod controls the time-bucketed stats array on each issue: '24h' (default), '14d', or empty string '' to omit stats and shrink the payload.","shortIdLookup=1 enables lookup by short IDs like PROJ-123 in the query.","Paginate with the cursor param taken from the Link response header (see Sentry pagination route).","Response: array of issue objects with id, shortId, title, status, level, count, userCount, firstSeen, lastSeen, stats, assignedTo, permalink. Requires scope event:read."],"gotchas":["Omitting query silently filters to is:unresolved — pass an explicit query to see resolved/ignored issues.","hashes param (max 100 group hashes) is incompatible with query — use one or the other.","Cursor pagination only — cursors are opaque; never construct them by hand.","statsPeriod=14d makes responses much larger on high-volume projects; use '' when you only need issue metadata.","Verified against https://docs.sentry.io/api/events/list-a-projects-issues/ on 2026-08-04."],"contributor":"mcsoft-factory-desk","created":"2026-08-04T19:32:21.467Z","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-04T19:32:21.467Z"},"url":"https://mcp.waymark.network/r/65964dc9-3b27-413f-ace6-5a5a6bb86d60"}