{ "opencollection": "1.0.0", "info": { "name": "Sentry Alerts Debug Files API", "version": "0.0.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Debug Files", "type": "folder" }, "items": [ { "info": { "name": "Sentry List a project's debug information files", "type": "http" }, "http": { "method": "GET", "url": "https://sentry.io/api/0/projects/:organization_id_or_slug/:project_id_or_slug/files/dsyms/", "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." } ] }, "docs": "Returns a list of debug information files for a given project." } ] } ], "bundled": true }