get_issue_details
Retrieve detailed Sentry issue details including metadata, tags, and an optional event. Accepts an issue URL or an organization slug with issue ID.
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
| 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) |