List Issues to be Resolved in a Particular Release

GET /api/0/projects/{organization_slug}/{project_slug}/releases/{version}/resolved/

List issues to be resolved in a particular release.

Path Parameters

organization_slug (string)
REQUIRED

The slug of the organization.

project_slug (string)
REQUIRED

The slug of the project.

version (string)
REQUIRED

The version identifier of the release.

Scopes

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