Skip to main content
GET
List events

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

name
string

Filter by fully-qualified event name, e.g. customer.created.

resource[id]
string

Filter by the resource ID that the events describe.

created[gt]
string<date-time>

Return events created strictly after this timestamp.

created[gte]
string<date-time>

Return events created on or after this timestamp.

created[lt]
string<date-time>

Return events created strictly before this timestamp.

created[lte]
string<date-time>

Return events created on or before this timestamp.

Response

OK

created_at
string<date-time>
required

Time the event was recorded.

Example:

"2026-07-14T09:30:00Z"

data
Data · object
required

Event-specific payload data.

id
string
required

Unique resource identifier.

name
string
required

Fully qualified event name, such as customer.created.

resource
EventResource · object
required

Resource associated with the event.