Get the count of calls in your organization with filtering options.
This endpoint returns the total number of calls that match a given set of filters. It is useful for quickly getting a count without retrieving the full list of call objects.Documentation Index
Fetch the complete documentation index at: https://docs.burki.dev/llms.txt
Use this file to discover all available pages before exploring further.
status (string, optional)assistant_id (integer, optional)date_from (string, optional)date_to (string, optional)customer_phone, call_sid, assistant_name) or duration filters. Use List Calls when you need those filters and read the total field from the paginated response.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Filter by call status
Filter by assistant ID
Filter calls from this date
Filter calls to this date
Successful Response
Response model for call count.