Search Service Requests
search_requestsSearch requests by criteria expression using operators including equals, contains, starts_with. Control pagination with page and per_page, and select fields.
Instructions
Search Requests using a Zoho criteria expression, e.g. (Priority:equals:High) or (Summary:starts_with:AC). Supported operators include equals, not_equal, contains, starts_with, greater_than, less_than.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-based page number. | |
| fields | No | Comma-separated list of field API names to return. | |
| criteria | Yes | Zoho criteria expression, e.g. (Status:equals:Open). | |
| per_page | No | Records per page (max 200). |