Get Workflow Execution API
The whole story of one contact’s run: current status, every node attempt with the edge it took, and the recent timeline. Poll until terminal.
status is one of completed, failed, cancelled or aborted. Each entry in nodes shows the attempt’s status, the case that matched (matched_case_index) and the node it routed to (to_node_id), so you can replay the exact path through your graph.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The execution_id returned by the run endpoint or an executions listing
Response
Execution detail
Execution id.
completed, failed, cancelled and aborted are terminal.
pending, running, completed, failed, cancelled, aborted Every node attempt in order, with the edge each one took.
The most recent 100 timeline events, oldest first.
The node the execution is at, while running.
On completion, the label of the end node that was reached; on other terminal statuses, the stop cause.
The reached end node's declared outcome. null until the execution completes.
success, failure, neutral Agent-node call attempts made so far.
The execution's state.* variables. Written when the execution finishes.

