get_event
Retrieve detailed Sentry event information by project slug and event ID, including exception details, stacktrace, tags, and context.
Instructions
Get detailed information about a specific Sentry event by project slug and event ID. Returns exception details, stacktrace, tags, and context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event_id | Yes | Sentry event ID (32-char hex, e.g. "81d30e43f73d45fbada20c887ede80c0") | |
| project_slug | Yes | Sentry project slug (e.g. "payout", "billing") |