Skip to content

Get workflow run ​


Retrieve details of a specific workflow execution run.

Endpoint ​

http
GET /workflow-run/{id}

Path parameters ​

id
string · uuid
REQUIRED · 
Example: 5aa2ced1-7996-4695-ab8d-ea0f104f2f55

Response Body ​

id
string · uuid
workflow_id
string · uuid
environment_id
string · uuid
status
string
All possible enum values:
  • created
  • running
  • completed
  • failed
result
object
REQUIRED · 
steps
object[]
type
string
Example: run
action
string
Example: run_sync_job
success
boolean
Example: true
error
string
result
object
success
boolean
error
string
retry_attempt
number
created_at
string · date-time
updated_at
string · date-time
started_at
string · date-time
finished_at
string · date-time