List Aircall contacts
aircall_list_contactsRetrieve shared Aircall contacts with filtering by creation time and pagination controls.
Instructions
List shared Aircall contacts.
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 |
| order_by | No | created_at | |
| per_page | No | Results per page; Aircall allows 1-50 |