list_error_events
Search and list error events in a Sentry project without needing the issue ID. Filter by query, limit results, and paginate through events.
Instructions
List error events in a project. Search across all events without knowing the issue ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| full | No | Include full event details (default: false). | |
| limit | No | Max events (1-100, default: 25). | |
| query | No | Sentry search query. | |
| cursor | No | Pagination cursor. | |
| project_slug | Yes | The slug of the project. |