List issues for an organization
unresolved issues are returned.
Required scope: event:read
Query parameters
A Sentry structured search query. For example,
is:unresolved assigned:me or is:ignored. If omitted, defaults to is:unresolved.Filter by status. One of
resolved, unresolved, or ignored.Filter by assignee. Use a username, user ID, or team name (prefixed with
#).Filter by project ID. Can be repeated for multiple projects.
Filter issues to a specific environment, e.g.
production.The time window for stats included in the response. One of
24h (default), 14d, or "" (disabled).Pagination cursor. Use the value from the
Link response header to fetch the next or previous page.Example request
Example response
Retrieve an issue
event:read
Path parameters
The numeric ID or slug of the organization.
The numeric ID of the issue.
Example request
Example response
Response fields
The numeric issue ID, returned as a string.
A short, human-readable ID that includes the project slug, e.g.
MY-PROJECT-123.The issue title, derived from the exception or error message.
The severity level:
fatal, error, warning, info, or debug.Current status:
unresolved, resolved, or ignored.ISO 8601 timestamp of when Sentry first saw this issue.
ISO 8601 timestamp of the most recent event for this issue.
Total number of events in this issue, returned as a string.
Number of distinct users who have experienced this issue.
Username or team name of the current assignee, or
null if unassigned.A log of state changes and comments on the issue.
Update an issue
event:write
Request body
The new status for the issue. One of
resolved, resolvedInNextRelease, unresolved, or ignored.Additional context about the resolution. Relevant when
status is resolved or ignored.The username or team name to assign the issue to. Use
"" to unassign.Mark the issue as seen or unseen for the authenticated user.
Bookmark or unbookmark the issue for the authenticated user.
Subscribe or unsubscribe the authenticated user from workflow notifications.
Make the issue publicly viewable (
true) or private (false).Example: resolve an issue
Example: assign an issue
Example: ignore an issue for 30 minutes
Delete an issue
event:admin
Returns 202 Accepted on success.
List project issues
event:read
This endpoint is deprecated. Use
GET /api/0/organizations/{org}/issues/ with a project query parameter instead. The organization-level endpoint supports all the same filters and additional functionality.Query parameters
A structured search query. Defaults to
is:unresolved if not provided.Time window for issue stats. One of
24h (default), 14d, or "" (disabled).Pagination cursor from the
Link response header.Retrieve an event
event:read
Path parameters
The UUID of the event.
Example request
List issue hashes
event:read