Skip to main content
GET
List Runs

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.

cronId
string
required

Query Parameters

cursor
string
limit
integer
status
enum<string>
Available options:
queued,
running,
succeeded,
failed,
skipped

Response

Run history page.

items
object[]
required
nextCursor
string | null
required