List contacts
aircall_list_contactsList contacts in the shared address book, optionally by creation-date window and order. Aircall REST: GET /contacts.
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). |