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-ea0f104f2f55Response Body ​
id
string · uuid
workflow_id
string · uuid
environment_id
string · uuid
status
string
All possible enum values:
createdrunningcompletedfailed
result
object
REQUIRED ·Â
steps
object[]
type
string
Example:
runaction
string
Example:
run_sync_jobsuccess
boolean
Example:
trueerror
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