Get workflow execution status (latest run)
API Reference
Get workflow execution status (latest run)
Returns the status of the latest run for the given workflow. To pin a specific run, use /workflow/{id}/runs/{rid}/status.
GET
Get workflow execution status (latest run)
Documentation Index
Fetch the complete documentation index at: https://docs.output.ai/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
The id of workflow to retrieve the status
Response
The workflow status
The id of workflow
The specific run id for this execution
The workflow execution status
Available options:
canceled, completed, continued_as_new, failed, running, terminated, timed_out, unspecified An epoch timestamp representing when the workflow started
An epoch timestamp representing when the workflow ended