Skip to main content

RunStatusResponse

Top-level run state plus per-step execution status.
error
string
required

Empty string on success.

run_id
string<uuid>
required
status
enum<string>
required
Available options:
pending,
running,
completed,
failed,
cancelled
steps
object[]
required
finished_at
string<date-time> | null
started_at
string<date-time> | null