List calls
list_callsRetrieve call summaries with filters for status, direction, agent, campaign, engine, phone number, or time window to review call activity without full transcripts.
Instructions
List calls in summary form (no transcript). Filter by status, direction, agent, campaign, engine, phone number or time window. Use get_call for the full record of one call.
Requires scope calls:read.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Page size, 1–100. Default 20. | |
| engine | No | Engine id as returned by list_engines. | |
| status | No | ||
| agent_id | No | ||
| direction | No | ||
| campaign_id | No | ||
| failed_only | No | Only calls that did not connect. | |
| phone_number | No | Match either party's number. | |
| ending_before | No | Cursor from a previous response. Fetches the page before it. Not with starting_after. | |
| started_after | No | ISO 8601 timestamp, UTC, e.g. "2026-09-01T12:00:00.000Z". | |
| started_before | No | ISO 8601 timestamp, UTC, e.g. "2026-09-01T12:00:00.000Z". | |
| starting_after | No | Cursor from a previous response's next_cursor. Fetches the page after it. |