Skip to main content
GET
Get a detailed, per-node view of a case’s execution: which nodes ran, in what order, with which inputs and outputs, and which ones failed. Useful for progress display and debugging.

Path Parameters

string
required
The case ID returned by Initiate Case

Headers

string
required
Your API authentication key

Response

number
required
Total number of nodes in the workflow
string
The node currently running. Empty string when no node is actively running (for example, between nodes or after the case finishes).
string
The next node to execute. Empty string when the case has no more nodes queued.
string[]
required
Nodes not executed yet
string[]
required
Nodes already executed
number
required
Number of nodes already executed
string[]
required
Nodes that failed
number
required
Number of nodes that failed
object
required
Detailed per-node execution data

Errors

Unauthorized
Missing, invalid, or expired API key.
Not Found
The case does not exist.