Burki does not expose a separate full-textDocumentation Index
Fetch the complete documentation index at: https://docs.burki.dev/llms.txt
Use this file to discover all available pages before exploring further.
/calls/search endpoint. Use the List Calls endpoint with filter query parameters to find calls by phone number, call SID, assistant name, status, assistant, date range, or duration.
Query Parameters
customer_phone(string, optional): Filter by customer phone number. Partial matches are supported after phone normalization.call_sid(string, optional): Filter by Burki call SID / provider call identifier. Partial matches are supported.assistant_name(string, optional): Filter by assistant name. Partial matches are supported, including deleted-assistant snapshots.status(string, optional): Filter by call status.assistant_id(integer, optional): Filter by assistant ID.date_from(string, optional): Filter calls started on or after this ISO timestamp.date_to(string, optional): Filter calls started on or before this ISO timestamp.skip(integer, optional, default: 0): Number of records to skip.limit(integer, optional, default: 100): Maximum number of records to return.
Response
The response is the same paginated object returned by the List Calls endpoint.Response