Skip to main content
GET
Get a Workflow run

Authorizations

Authorization
string
header
required

Session token (JWT) obtained by calling POST /api/auth/login with your email and password.

Path Parameters

workflow_id
string<uuid>
required

The UUID of the Workflow.

run_id
string<uuid>
required

The UUID of the specific run to retrieve.

Response

Workflow run

id
string<uuid>
workflow_id
string<uuid>
status
enum<string>
Available options:
completed,
failed,
waiting_for_human
inputs
object | null
outputs
unknown
error
string | null
credits_charged
number<float>
execution_time_ms
integer | null
started_at
string<date-time> | null
completed_at
string<date-time> | null
created_at
string<date-time>
step_results
object[]