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.

Path Parameters

orgId
string
required

The organization's id (UUID) or slug — either form is accepted.

projectId
string
required

The project's id (UUID) or slug — either form is accepted.

threadId
string
required

Query Parameters

after
integer
Required range: x >= 0
limit
integer
Required range: 1 <= x <= 250

Response

200 - application/json

Ordered durable events and the next cursor.

events
object[]
required
nextCursor
integer
required
Required range: x >= 0