List call history
list_callsRetrieve call summaries from Ringg workspace filtered by status, agent, date range, or campaign. See duration, cost, and timestamps at a glance, without transcripts or recordings.
Instructions
List calls from the Ringg workspace with optional filters. Returns SUMMARIES ONLY - status, duration, cost, agent and timestamps. Transcripts and recording URLs are deliberately omitted here; use get_call for a specific call's transcript or analysis. Dates must be ISO 8601 with a timezone offset, e.g. 2026-08-01T00:00:00+05:30.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of calls to return (1-100). | |
| offset | No | Number of calls to skip, for paging. | |
| status | No | Only return calls with this status. | |
| agent_id | No | Only return calls handled by this agent. | |
| end_date | No | Latest call date, ISO 8601 with offset. Omitted entirely if not supplied. | |
| start_date | No | Earliest call date, ISO 8601 with offset. Omitted entirely if not supplied. | |
| bulk_list_id | No | Only return calls from this campaign / bulk list. |