desk_search_entities
Search Zoho Desk entities by department with flexible filters, sorting, and pagination to find tickets, contacts, accounts, and more.
Instructions
Search entities in a Desk department with flexible filtering and pagination\n\nPrerequisites: Department ID and entity type, optional field details for targeted searches\nNext Steps: Use desk_get_entity_timeline for record activity history\nCommon Patterns: Ticket management, contact lookup, account discovery\nError Recovery: If no results, broaden search criteria or check entity permissions
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from | No | Starting offset for pagination | |
| No | Search by email address (exact match) | ||
| limit | No | Number of records to return (max 100) | |
| phone | No | Search by phone number (exact match) | |
| fields | No | Specific fields to return | |
| include | No | Related data to include | |
| sort_by | No | Field to sort results by | |
| view_id | No | Optional view ID for filtered results | |
| search_str | No | Global search text across entity fields | |
| entity_type | Yes | Entity type (e.g., tickets, contacts, accounts, agents, products) | |
| max_records | No | Maximum records when auto-paginating | |
| auto_paginate | No | Automatically paginate through all results | |
| department_id | Yes | Department ID (get from desk_get_all_departments) |