List Aircall calls
aircall_list_callsList Aircall calls from the last six months. Filter by time range, paginate, and optionally include contact, AI agent, media URLs, or IVR timeline details.
Instructions
List calls from Aircall's available six-month history. Results default to compact newest-first metadata; retrieve a call by ID for complete details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Maximum creation time as a Unix timestamp | |
| from | No | Minimum creation time as a Unix timestamp | |
| page | No | Page number | |
| order | No | Creation-time order | desc |
| compact | No | Return compact call metadata | |
| per_page | No | Results per page; Aircall allows 1-50 | |
| fetch_contact | No | Include matched contact details | |
| fetch_aiva_conv | No | Include AI Voice Agent data | |
| include_media_urls | No | Include recording, voicemail, and asset URLs; returns full call records | |
| fetch_call_timeline | No | Include IVR timeline data |