list_records
Retrieve paginated records from any Zoho CRM module, with optional field selection.
Instructions
List records from a Zoho CRM module.
Args:
module: API name of the module (e.g. Leads, Contacts).
fields: Optional subset of API field names to return.
page: Page number, 1-indexed.
per_page: Page size (max 200 per Zoho CRM v6).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| module | Yes | ||
| fields | No | ||
| page | No | ||
| per_page | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||