Event endpoints give you access to individual raw events — the underlying data captured by the Sentry SDK before it is aggregated into an issue.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/getsentry/sentry/llms.txt
Use this file to discover all available pages before exploring further.
Retrieve a project event
project:read
Path parameters
The ID or slug of the organization.
The ID or slug of the project.
The hexadecimal event ID as reported by the SDK (e.g.
9999aaaaca8b46d797c23c6077c6ff01).Example request
Example response
Response fields
The unique hexadecimal ID of the event as reported by the SDK.
The internal Sentry ID for the event.
The ID of the issue this event belongs to.
The event title.
The platform that generated the event (e.g.
javascript, python).The event type. One of
error, transaction, csp, hpkp, expectct, expectstaple, default.ISO 8601 timestamp of when the event was created on the client.
ISO 8601 timestamp of when Sentry received the event.
A list of
{key, value} tag objects attached to the event.The user context associated with the event.
Additional context objects such as
browser, os, trace, and device.A list of structured event entries. Types include
exception, breadcrumbs, request, message, and threads.Information about the Sentry SDK that captured the event.
The release associated with this event, if any.