list_issues
List issues in a Sentry organization with filters for status, severity, project, and environment. Get error details including title, level, and timestamps for troubleshooting.
Instructions
List issues in an organization with optional filters. An issue is a unique error grouped by fingerprint. Returns id, title, level, status, lastSeen, firstSeen, count, and project info.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| org | Yes | Organization slug (e.g. 'acme') | |
| sort | No | Sort order (default 'date') | |
| level | No | Minimum issue severity level | |
| limit | No | Maximum issues to return (default 25) | |
| query | No | Sentry search query (e.g. 'is:unresolved browser.name:Chrome') | |
| cursor | No | Pagination cursor. Omit for first page. | |
| status | No | Filter by issue status | |
| project | No | Restrict to a single project ID. Get IDs from list_projects. | |
| environment | No | Filter by environment name (e.g. 'production', 'staging') |