zoho_read
Retrieve data from any Zoho Books endpoint by specifying the API path. Use GET requests to access invoices, contacts, chart of accounts, and more.
Instructions
Read any Zoho Books endpoint (GET). path is everything after /books/v3, e.g. '/invoices', '/journals/123', '/chartofaccounts', '/contacts'. organization_id is added automatically. Read-only and always available.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | e.g. /invoices or /contacts/456 | |
| query | No | Optional query params, e.g. { page: 1, per_page: 200, filter_by: 'Status.Sent' } |