List a Project's Error Events
Return a list of events bound to a project.
Path parameters
The ID or slug of the organization the resource belongs to.
The ID or slug of the project the resource belongs to. Project slugs are unique within each organization.
Query parameters
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.
The start of the period of time for the query, expected in ISO-8601 format. For example, 2001-12-14T12:34:56.7890.
The end of the period of time for the query, expected in ISO-8601 format. For example, 2001-12-14T12:34:56.7890.
A pointer to the last object fetched and its sort order; used to retrieve the next or previous results.
Specify true to include the full event body, including the stacktrace, in the event payload.
Return events in pseudo-random order. This is deterministic so an identical query will always return the same events in the same order.