Calls
List Calls
List workflow calls with filtering and pagination.
Returns calls created via POST /v3/workflows/{workflowName}/call.
Filtering
- callIDs: Specific call identifiers
- referenceIDs: Your custom reference IDs
- workflowIDs / workflowNames: Filter by workflow
Pagination
Use startingAfter and endingBefore cursors with a default limit of 50.
get/v3/calls
Query parameters
limitinteger
callIDsstring[]
workflowIDsstring[]
workflowNamesstring[]
referenceIDsstring[]
statusesstring[]
Filter by one or more statuses.
referenceIDSubstringstring
Case-insensitive substring match against callReferenceID.
sortOrder'asc' | 'desc'
startingAfterstring
endingBeforestring
Response
The request has succeeded.