search_tickets
Search and filter Freshdesk tickets by status, priority, type, overdue, escalation, dates, requester, or company to find specific support issues.
Instructions
Search and filter Freshdesk tickets. All fields are optional. Filters: - query: text matched against subject or type - status: 2=open, 3=pending, 4=resolved, 5=closed - priority: 1=low, 2=medium, 3=high, 4=urgent - type: "False Positive", "False Negative", "Service Request", "Incident" - overdue: true = tickets past due_by that are still open or pending - is_escalated: true = escalated tickets only - created_after / created_before: ISO8601 date e.g. "2026-06-01T00:00:00Z" - requester_id: from find_requester tool - company_id: from find_company tool Examples: Overdue tickets: {"overdue": true} Open false positives: {"type": "False Positive", "status": 2} High priority open: {"status": 2, "priority": 3} All tickets from Defence: first call find_company query="Defence", then use company_id
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | ||
| query | No | ||
| status | No | ||
| overdue | No | ||
| agent_id | No | ||
| group_id | No | ||
| priority | No | ||
| company_id | No | ||
| is_escalated | No | ||
| requester_id | No | ||
| created_after | No | ||
| updated_since | No | ||
| created_before | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| total | Yes | ||
| results | Yes |