Calls
Get Call Trace
Retrieve the full execution trace of a workflow call.
Returns all function calls and events emitted during the call as flat arrays. The DAG can be reconstructed using FunctionCallResponseBase.sourceEventID (the event that spawned each function call) and each event's functionCallID (the function call that emitted it).
Graph structure
- A function call with no sourceEventID is the root.
- An event's functionCallID points to the function call that emitted it.
- A function call's sourceEventID points to the event that triggered it.
- workflowNodeName identifies the DAG node; incomingDestinationName identifies the labelled outlet used to reach this call (absent for unlabelled edges and root calls).
The trace is available as soon as the call exists and grows as execution proceeds.
get/v3/calls/{callID}/trace
Path parameters
callIDstring required
The unique identifier of the call.
Response
The request has succeeded.