Get execution status
Executions
Get Execution Status
Returns live status from the workflow engine if available, otherwise reads the persisted record. The response surfaces pending human-in-the-loop approval info and operator-pause state when applicable.
GET
Get execution status
Authorizations
Tenant API key. Required on every endpoint.
Path Parameters
Execution ID
Response
OK
One of running, completed, failed, cancelled, or paused.
Example:
"running"
Present when an operator has paused the execution.
Present when the execution is waiting on a human-in-the-loop approval.