List Issues to be Resolved in a Particular Release
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
You need to authenticate via bearer auth token.
<auth_token> requires the following scopes:project:releases
GET /api/0/projects/{organization_slug}/{project_slug}/releases/{version}/resolved/
curl https://sentry.io/api/0/projects/{organization_slug}/{project_slug}/releases/{version}/resolved/ \
-H 'Authorization: Bearer <auth_token>'RESPONSE
Success.