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)REQUIREDThe slug of the organization the file belongs to.
project_slug
(string)REQUIREDThe 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
curl https://sentry.io/api/0/projects/{organization_slug}/{project_slug}/files/dsyms/ \ -H 'Authorization: Bearer <auth_token>'
RESPONSE
Success.