List a Project's Debug Information Files

GET /api/0/projects/{organization_slug}/{project_slug}/files/dsyms/

Retrieve a list of debug information files for a given project.

Path Parameters

organization_slug (string)
REQUIRED

The slug of the organization the file belongs to.

project_slug (string)
REQUIRED

The slug of the project to list the DIFs of.

Scopes

<auth_token> requires one of the following scopes:
  • project:read
curl https://sentry.io/api/0/projects/{organization_slug}/{project_slug}/files/dsyms/ \
 -H 'Authorization: Bearer <auth_token>'
RESPONSE
Success.