List Calls
Query parameters
Filter by multiple assistant IDs. Provide as comma-separated values.
Filter by assistant overrides. Use variableValues to filter by template variables.
{
"variableValues": {
"name": "John",
"age": "25"
}
}Filter by customer properties. Supports filtering by number, name, externalId, and extension.
{
"number": "+1234567890",
"name": "John Doe"
}Filter by any of the specified customer phone numbers (comma-separated).
This will return calls with the specified assistantId.
This will return calls where the transient assistant name exactly matches the specified value (case-insensitive).
This will return calls with the specified squadId.
This will return calls where the transient squad name exactly matches the specified value (case-insensitive).
This will return calls with the specified callId.
This will return calls with the specified callIds.
This will return calls where the cost is less than or equal to the specified value.
This will return calls where the cost is greater than or equal to the specified value.
This will return calls with the exact specified cost.
This will return calls with the specified successEvaluation.
This will return calls with the specified endedReason.
This will return calls with the specified phoneNumberId.
This will return calls with any of the specified phoneNumberIds.
Filter calls by structured output values. Use structured output ID as key and filter operators as values.
{
"c9dddda4-d70a-4dad-aa5c-aaf117f85cea": {
"eq": "2",
"gt": "1"
}
}Filter calls by the first scorecard's normalized score.
{
"gte": 80,
"lt": 100
}This is the page number to return. Defaults to 1.
This is the sort order for pagination. Defaults to 'DESC'.
This is the maximum number of items to return. Defaults to 100.
This will return items where the createdAt is greater than the specified value.
This will return items where the createdAt is less than the specified value.
This will return items where the createdAt is greater than or equal to the specified value.
This will return items where the createdAt is less than or equal to the specified value.
This will return items where the updatedAt is greater than the specified value.
This will return items where the updatedAt is less than the specified value.
This will return items where the updatedAt is greater than or equal to the specified value.
This will return items where the updatedAt is less than or equal to the specified value.