Skip to main content
GET
Get Run

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
runId
string
required

Response

Cron run.

id
string
required
cronId
string
required
source
enum<string>
required
Available options:
scheduled,
manual
status
enum<string>
required
Available options:
queued,
running,
succeeded,
failed,
skipped
scheduledFor
string<date-time>
required
startedAt
string<date-time> | null
required
completedAt
string<date-time> | null
required
attemptCount
integer
required
responseStatus
integer | null
required
error
string | null
required