get_sentry_event
Retrieve a specific error event from a Sentry issue using issue ID and event ID to analyze error details and facilitate debugging.
Instructions
Retrieve a specific Sentry event from an issue. Requires issue ID/URL and event ID.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue_id_or_url | Yes | Either a full Sentry issue URL or just the numeric issue ID | |
| event_id | Yes | The specific event ID to retrieve | |
| organization_slug | Yes | The slug of the organization the issue belongs to | |
| view | No | View type (default: detailed) | detailed |
| format | No | Output format (default: markdown) | markdown |