pax8_list_company_contacts
Retrieve contacts for a specific company using its ID, with optional pagination controls for page number and page size.
Instructions
List contacts for a specific company.
Args:
company_id: The unique identifier of the company.
page: Zero-based page number for pagination (default: 0).
size: Number of results per page (default: 10).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| size | No | ||
| company_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |