get_issue
Retrieve complete details for a specific Sentry issue by numeric ID, including title, culprit, metadata, tags, first/last seen, count, and project info.
Instructions
Get full details of a specific issue by numeric ID, including title, culprit, metadata, tags, firstSeen, lastSeen, count, and project info.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue_id | Yes | Numeric issue ID (e.g. '1234567890'). Get these from list_issues. |