v1

latestOpenAPI 3.0.3Apache 2.02026-07-142201861.5 MB
Events

List an Issue's Events

Return a list of error events bound to an issue

get/api/0/organizations/{organization_id_or_slug}/issues/{issue_id}/events/

Path parameters

organization_id_or_slugstring required

The ID or slug of the organization the resource belongs to.

issue_idstring required

The ID of the issue you'd like to query.

Query parameters

startstring date-time

The start of the period of time for the query, expected in ISO-8601 format. For example, 2001-12-14T12:34:56.7890.

endstring date-time

The end of the period of time for the query, expected in ISO-8601 format. For example, 2001-12-14T12:34:56.7890.

statsPeriodstring

The period of time for the query, will override the start & end parameters, a number followed by one of:

  • d for days
  • h for hours
  • m for minutes
  • s for seconds
  • w for weeks

For example, 24h, to mean query data starting from 24 hours ago to now.

environmentstring[]

The name of environments to filter by.

fullboolean

Specify true to include the full event body, including the stacktrace, in the event payload.

sampleboolean

Return events in pseudo-random order. This is deterministic so an identical query will always return the same events in the same order.

querystring

An optional search query for filtering events. See search syntax and queryable event properties at Sentry Search Documentation for more information. An example query might be query=transaction:foo AND release:abc

per_pageinteger

Limit the number of rows to return in the result. Default and maximum allowed is 100.

cursorstring

A pointer to the last object fetched and its sort order; used to retrieve the next or previous results.

Response

idstring required
event.typestring required
groupIDstring nullable required
eventIDstring required
projectIDstring required
messagestring required
titlestring required
locationstring nullable required
culpritstring nullable required
platformstring nullable required
dateCreatedstring date-time required
crashFilestring nullable required
metadataobject required