Retrieve Files Changed in a Release's Commits
Retrieve files changed in a release's commits
Path Parameters
organization_slug(string)REQUIRED- The slug of the organization the release belongs to.
version(string)REQUIRED- The version identifier of the release.
Scopes
You need to authenticate via bearer auth token.
<auth_token> requires the following scopes:project:releases
GET /api/0/organizations/{organization_slug}/releases/{version}/commitfiles/
curl https://sentry.io/api/0/organizations/{organization_slug}/releases/{version}/commitfiles/ \
-H 'Authorization: Bearer <auth_token>'RESPONSE
Success.