Projects
List a Project's Debug Information Files
Retrieve a list of debug information files for a given project.
get/api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/files/dsyms/
Path parameters
organization_id_or_slugstring required
The ID or slug of the organization the resource belongs to.
project_id_or_slugstring required
The ID or slug of the project the resource belongs to. Project slugs are unique within each organization.
Query parameters
querystring
Substring filter matched against object name, debug ID, code ID, CPU name, and file headers.
debug_idstring
Filter results to debug information files matching the given debug ID.
code_idstring
Filter results to debug information files matching the given code ID.
file_formatsstring[]
Restrict results to one or more file formats.
cursorstring
A pointer to the last object fetched and its sort order; used to retrieve the next or previous results.