Calls
Get a Call
Retrieve a workflow call by ID.
Returns the full call object including status, workflow details, terminal outputs, and terminal errors. outputs and errors are both populated once the call finishes — they are not mutually exclusive (a partially-completed workflow may have both).
Status
| Status | Description |
|---|---|
| pending | Queued, not yet started |
| running | Currently executing |
| completed | All enclosed function calls finished without errors |
| failed | One or more enclosed function calls produced an error event |
Poll this endpoint or configure a webhook subscription to detect completion.
get/v3/calls/{callID}
Path parameters
callIDstring required
The unique identifier of the call.
Response
The request has succeeded.