Search tickets with a query
freshdesk_search_ticketsSearch and filter Freshdesk tickets using queries for status, priority, tags, custom fields, and date ranges. Retrieve up to 300 matching results.
Instructions
Freshdesk's filter/search endpoint, for questions a plain listing cannot express.
Query syntax: "status:3 AND priority:4", quote strings ("tag:'billing'"), dates as YYYY-MM-DD with :> and :< (>= and <=). Supported fields: agent_id, group_id, priority, status, tag, type, due_by, fr_due_by, created_at, updated_at, closed_at, plus custom fields by their cf_ name.
Hard limits from the API, not from this server: the query is capped at 512 characters, results come 30 per page, and only 10 pages are reachable — 300 results maximum. Archived tickets are excluded.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| query | Yes | Lucene-ish query WITHOUT the surrounding quotes, e.g. status:3 AND tag:'vip' |