List Calls
Authentication
AuthorizationBearer
Retrieve your API Key from Dashboard.
Query Parameters
assistantOverrides
Filter by assistant overrides. Use variableValues to filter by template variables.
customer
Filter by customer properties. Supports filtering by number, name, externalId, and extension.
assistantId
This will return calls with the specified assistantId.
assistantName
This will return calls where the transient assistant name exactly matches the specified value (case-insensitive).
squadId
This will return calls with the specified squadId.
squadName
This will return calls where the transient squad name exactly matches the specified value (case-insensitive).
id
This will return calls with the specified callId.
idAny
This will return calls with the specified callIds.
costLe
This will return calls where the cost is less than or equal to the specified value.
costGe
This will return calls where the cost is greater than or equal to the specified value.
cost
This will return calls with the exact specified cost.
successEvaluation
This will return calls with the specified successEvaluation.
endedReason
This will return calls with the specified endedReason.
phoneNumberId
This will return calls with the specified phoneNumberId.
structuredOutputs
Filter calls by structured output values. Use structured output ID as key and filter operators as values.
score
Filter calls by the first scorecard's normalized score.
page
This is the page number to return. Defaults to 1.
sortOrder
This is the sort order for pagination. Defaults to 'DESC'.
Allowed values:
limit
This is the maximum number of items to return. Defaults to 100.
createdAtGt
This will return items where the createdAt is greater than the specified value.
createdAtLt
This will return items where the createdAt is less than the specified value.
createdAtGe
This will return items where the createdAt is greater than or equal to the specified value.
createdAtLe
This will return items where the createdAt is less than or equal to the specified value.
updatedAtGt
This will return items where the updatedAt is greater than the specified value.
updatedAtLt
This will return items where the updatedAt is less than the specified value.
updatedAtGe
This will return items where the updatedAt is greater than or equal to the specified value.
updatedAtLe
This will return items where the updatedAt is less than or equal to the specified value.
Response
results
metadata