{ "opencollection": "1.0.0", "info": { "name": "Sentry Alerts Replays API", "version": "0.0.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Replays", "type": "folder" }, "items": [ { "info": { "name": "Sentry List an organization's replays", "type": "http" }, "http": { "method": "GET", "url": "https://sentry.io/api/0/organizations/:organization_id_or_slug/replays/", "params": [ { "name": "organization_id_or_slug", "value": "", "type": "path", "description": "The ID or slug of the organization." }, { "name": "cursor", "value": "", "type": "query", "description": "Pagination cursor." }, { "name": "query", "value": "", "type": "query", "description": "A search query to filter replays." }, { "name": "statsPeriod", "value": "", "type": "query", "description": "Stats period (e.g., 24h, 14d)." }, { "name": "project", "value": "", "type": "query", "description": "Project IDs to filter by." }, { "name": "environment", "value": "", "type": "query", "description": "Environment to filter by." }, { "name": "sort", "value": "", "type": "query", "description": "Sort order for results." } ] }, "docs": "Returns a list of replays for the given organization." }, { "info": { "name": "Sentry Retrieve a replay instance", "type": "http" }, "http": { "method": "GET", "url": "https://sentry.io/api/0/projects/:organization_id_or_slug/:project_id_or_slug/replays/:replay_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": "replay_id", "value": "", "type": "path", "description": "The ID of the replay." } ] }, "docs": "Returns details for a specific session replay." }, { "info": { "name": "Sentry Delete a replay instance", "type": "http" }, "http": { "method": "DELETE", "url": "https://sentry.io/api/0/projects/:organization_id_or_slug/:project_id_or_slug/replays/:replay_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": "replay_id", "value": "", "type": "path", "description": "The ID of the replay." } ] }, "docs": "Deletes a session replay." }, { "info": { "name": "Sentry List users who have viewed a replay", "type": "http" }, "http": { "method": "GET", "url": "https://sentry.io/api/0/projects/:organization_id_or_slug/:project_id_or_slug/replays/:replay_id/viewed-by/", "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": "replay_id", "value": "", "type": "path", "description": "The ID of the replay." } ] }, "docs": "Returns a list of users who have viewed a specific replay." }, { "info": { "name": "Sentry Retrieve a count of replays for a given issue or transaction", "type": "http" }, "http": { "method": "GET", "url": "https://sentry.io/api/0/organizations/:organization_id_or_slug/replay-count/", "params": [ { "name": "organization_id_or_slug", "value": "", "type": "path", "description": "The ID or slug of the organization." }, { "name": "query", "value": "", "type": "query", "description": "The search query (e.g., issue.id or transaction)." }, { "name": "statsPeriod", "value": "", "type": "query", "description": "Stats period." }, { "name": "project", "value": "", "type": "query", "description": "Project IDs." } ] }, "docs": "Returns the count of replays associated with specified issues or transactions." } ] } ], "bundled": true }