get_call_logs
Retrieve call logs with filters for status, type, date range, agent, or phone number. Get call metadata, duration, cost, errors, and transcript summaries to debug and analyze calls.
Instructions
Get call logs for your organization. Filter by status, type, date range, agent name, or phone number. Returns call metadata, duration, cost, errors, and transcript summary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results to return (default 20, max 100) | |
| end_date | No | End date filter (ISO 8601, e.g. 2025-01-20) | |
| call_type | No | Filter by call type | |
| agent_name | No | Filter by agent name (partial match, case-insensitive) | |
| has_errors | No | If true, only return calls that have errors | |
| start_date | No | Start date filter (ISO 8601, e.g. 2025-01-15) | |
| call_status | No | Filter by call status | |
| phone_number | No | Filter by phone number (matches fromNumber or toNumber or userNumber) |