List a Project's Debug Information Files
GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/files/dsyms/
Retrieve a list of debug information files for a given project.
Path Parameters
- organization_id_or_slug(string)REQUIRED
- The ID or slug of the organization the file belongs to. 
- project_id_or_slug(string)REQUIRED
- The ID or slug of the project to list the DIFs of. 
Scopes
You need to authenticate via bearer auth token.
<auth_token> requires one of the following scopes:- project:read
Copied
curl https://sentry.io/api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/files/dsyms/ \ -H 'Authorization: Bearer <auth_token>'
RESPONSE
CopiedSuccess.