Skip to main content
GET
Execution run status and output

Authorizations

Authorization
string
header
required

Organisation API key created in the dashboard (format: amrg_live_…). Sent as Authorization: Bearer amrg_live_….

Path Parameters

id
string<uuid>
required

Response

The execution run

id
string<uuid>
status
enum<string>
Available options:
pending,
running,
completed,
failed
exitCode
integer | null
stdout
string | null
stderr
string | null
durationMs
integer | null
error
string | null
createdAt
string<date-time>
completedAt
string<date-time> | null