v36

OpenAPI 3.1.0raw.githubusercontent.com2026-08-0187270483.0 KB
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

StatusDescription
pendingQueued, not yet started
runningCurrently executing
completedAll enclosed function calls finished without errors
failedOne 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.

errorstring

Error message if the call retrieval failed, or if the call itself failed when using wait=true.