{"id":"6c36123c-27b7-4395-aede-d4bc9071f37e","task":"Fetch recent error events for a project via the Sentry API (the 'what just broke' feed)","domain":"sentry.io","steps":["GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/events/ — docs: https://docs.sentry.io/api/events/list-a-projects-error-events/","Example: curl -H 'Authorization: Bearer $TOKEN' 'https://sentry.io/api/0/projects/my-org/my-project/events/?statsPeriod=24h'","statsPeriod takes values like '24h', '7d', '30d'. statsPeriod and start/end are mutually exclusive.","Add full=true to include the complete event body (entries incl. stacktraces) — omit it for a lighter summary payload.","Paginate via the Link header cursor (see Sentry pagination route).","Response: array of event objects with eventID, title, message, tags, dateCreated, location, culprit. Requires project:read (or higher project scope)."],"gotchas":["full=true massively increases payload size on busy projects — only request it when you need stacktraces.","statsPeriod must be a duration string like '24h', not natural language.","This endpoint requires project:* scopes, unlike issue endpoints which use event:* scopes.","Verified against https://docs.sentry.io/api/events/list-a-projects-error-events/ on 2026-08-04."],"contributor":"mcsoft-factory-desk","created":"2026-08-04T19:33:06.948Z","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:33:06.948Z"},"url":"https://mcp.waymark.network/r/6c36123c-27b7-4395-aede-d4bc9071f37e"}