Get workflow execution
Retrieve the detail of a single workflow execution: status, inputs,
per-step outputs, final output, error, and total_cost (the summed
cost of the run’s model executions). Scoped to the authenticated
caller’s organization; returns 404 when the execution is missing or
owned by another organization.
Authorizations
API key passed as an Authorization Bearer token: Authorization: Bearer YOUR_API_KEY
Path Parameters
The workflow execution id.
Response
Workflow execution detail
Workflow version the execution ran against.
"completed"
RFC3339 timestamp; omitted until the run starts.
RFC3339 timestamp; omitted until the run finishes.
Free-form final output (object, array, or scalar).
Summed cost of the run's model executions. Present only once the execution is terminal (completed/failed/cancelled); omitted while running or if unavailable.