Check Workflow Execution Status

GA

Checks if a workflow execution is currently executing (not fulfilled, not rejected, and has no end time). Uses the ClickHouse Prime summary materialized view.

Authentication

X-API-KEYstring
API Key authentication via header

Path parameters

execution_idstringRequiredformat: "uuid"

Headers

X-API-VersionstringOptional

Response

statusenum
* `INITIATED` - Initiated * `STREAMING` - Streaming * `FULFILLED` - Fulfilled * `REJECTED` - Rejected * `PENDING` - Pending
Allowed values:
execution_idstring
outputsmap from strings to any or null
errorobject or null
execution_detail_urlstring or null

Errors