list_contacts
Retrieve contacts filtered by customer or supplier ID, with pagination and sorting options for efficient data access.
Instructions
List contacts. Normally scope to a customer_id or supplier_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | JSON:API sort. | |
| fields | No | Comma-separated subset of fields to return. | |
| page_size | No | Items per page (1-500). | |
| customer_id | No | Filter to a specific customer's contacts. | |
| page_number | No | 1-based page number. | |
| supplier_id | No | Filter to a specific supplier's contacts. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||