v36

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

totalCountinteger

The total number of results available.

errorstring

Error message if the calls listing failed.