list_sentry_issues
List issues for a specific Sentry project, supporting filtering by query or status and pagination.
Instructions
List issues for a specific project, optionally filtering by query or status. Supports pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max issues (1-100, default: 25). | |
| query | No | Optional Sentry search query. | |
| cursor | No | Pagination cursor. | |
| status | No | Filter by status. | |
| project_slug | Yes | The slug of the project. |