get_sentry_event
Retrieve detailed or summarized Sentry event data by specifying the issue ID/URL, event ID, and organization slug. Supports markdown or plain output formats for easy integration and analysis.
Instructions
Retrieve a specific Sentry event from an issue. Requires issue ID/URL and event ID.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
event_id | Yes | The specific event ID to retrieve | |
format | No | Output format (default: markdown) | markdown |
issue_id_or_url | Yes | Either a full Sentry issue URL or just the numeric issue ID | |
organization_slug | Yes | The slug of the organization the issue belongs to | |
view | No | View type (default: detailed) | detailed |