Skip to content

List workflow runs ​


Retrieve workflow execution runs for the current environment.

Endpoint ​

http
GET /workflow-run

Query parameters ​

Refer Specifying query parameters in Truto APIs

workflow_id
string · uuid
status
string
All possible enum values:
  • created
  • running
  • completed
  • failed
environment_id
string · uuid

Response Body ​

result
object[]
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
next_cursor
string
limit
number