List calls
aircall_list_callsList calls, optionally filtered by a creation-date window and ordered. Aircall REST: GET /calls.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Maximal creation date — a UNIX timestamp or ISO 8601 string. | |
| from | No | Minimal creation date — a UNIX timestamp or ISO 8601 string. | |
| page | No | 1-based page number to fetch (default 1). | |
| order | No | Sort order by creation date — 'asc' or 'desc' (default asc). | |
| per_page | No | Results per page (default 20, max 50). | |
| fetch_contact | No | If true, include the full contact details of each call. |