get_issue_details
Retrieve detailed Sentry issue information including metadata, tags, and events using either issue URL or organization/issue ID parameters.
Instructions
Retrieve detailed information about a specific Sentry issue including metadata, tags, and optionally an event. Accepts either an issueUrl OR (organizationSlug + issueId).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event_id | No | Specific event ID to fetch instead of latest | |
| issue_id | No | Issue ID like 'PROJECT-123' or numeric ID (required if issue_url not provided) | |
| issue_url | No | Full Sentry issue URL | |
| organization_slug | No | Organization slug (required if issue_url not provided) |