list_issue_events
Retrieve all events for a specific Sentry issue to view error occurrences over time. Supports pagination and full event details.
Instructions
List all events for a specific issue. Useful to see all occurrences of an error over time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| full | No | Include full event details (default: false). | |
| limit | No | Max events (1-100, default: 25). | |
| cursor | No | Pagination cursor. | |
| issue_id | Yes | The ID of the issue. |