{ "opencollection": "1.0.0", "info": { "name": "Sentry Alerts Events API", "version": "0.0.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Events", "type": "folder" }, "items": [ { "info": { "name": "Sentry List an issue's events", "type": "http" }, "http": { "method": "GET", "url": "https://sentry.io/api/0/issues/:issue_id/events/", "params": [ { "name": "issue_id", "value": "", "type": "path", "description": "The ID of the issue." }, { "name": "cursor", "value": "", "type": "query", "description": "Pagination cursor." }, { "name": "full", "value": "", "type": "query", "description": "If true, the event payload will include the full event body." } ] }, "docs": "Returns a list of events bound to an issue." }, { "info": { "name": "Sentry List a project's error events", "type": "http" }, "http": { "method": "GET", "url": "https://sentry.io/api/0/projects/:organization_id_or_slug/:project_id_or_slug/events/", "params": [ { "name": "organization_id_or_slug", "value": "", "type": "path", "description": "The ID or slug of the organization." }, { "name": "project_id_or_slug", "value": "", "type": "path", "description": "The ID or slug of the project." }, { "name": "cursor", "value": "", "type": "query", "description": "Pagination cursor." }, { "name": "full", "value": "", "type": "query", "description": "If true, include full event body." } ] }, "docs": "Returns a list of events bound to a project." }, { "info": { "name": "Sentry Retrieve an event for a project", "type": "http" }, "http": { "method": "GET", "url": "https://sentry.io/api/0/projects/:organization_id_or_slug/:project_id_or_slug/events/:event_id/", "params": [ { "name": "organization_id_or_slug", "value": "", "type": "path", "description": "The ID or slug of the organization." }, { "name": "project_id_or_slug", "value": "", "type": "path", "description": "The ID or slug of the project." }, { "name": "event_id", "value": "", "type": "path", "description": "The ID of the event to retrieve." } ] }, "docs": "Returns a specific event bound to a project." }, { "info": { "name": "Sentry Retrieve an issue event", "type": "http" }, "http": { "method": "GET", "url": "https://sentry.io/api/0/issues/:issue_id/events/:event_id/", "params": [ { "name": "issue_id", "value": "", "type": "path", "description": "The ID of the issue." }, { "name": "event_id", "value": "", "type": "path", "description": "The ID of the event to retrieve." } ] }, "docs": "Returns a specific event bound to an issue." }, { "info": { "name": "Sentry Debug issues related to source maps for a given event", "type": "http" }, "http": { "method": "GET", "url": "https://sentry.io/api/0/projects/:organization_id_or_slug/:project_id_or_slug/events/:event_id/source-map-debug/", "params": [ { "name": "organization_id_or_slug", "value": "", "type": "path", "description": "The ID or slug of the organization." }, { "name": "project_id_or_slug", "value": "", "type": "path", "description": "The ID or slug of the project." }, { "name": "event_id", "value": "", "type": "path", "description": "The ID of the event to debug." } ] }, "docs": "Returns information about source map processing for a specific event, helping to troubleshoot source map issues." } ] } ], "bundled": true }