list_tickets
Retrieve all Freshdesk tickets with full fields for bulk reporting and analysis. Filter by status, priority, type, or creation date to pull the exact tickets you need.
Instructions
Return all Freshdesk tickets with full fields for reporting and analysis. All filters are optional. Filters: - 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" - created_after / created_before: ISO8601 e.g. "2026-06-01T00:00:00Z" Use this for bulk analysis - e.g. all false positives this month, all high priority open tickets. For company or requester filtering use search_tickets instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | ||
| status | No | ||
| priority | No | ||
| created_after | No | ||
| updated_since | No | ||
| created_before | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| total | Yes | ||
| results | Yes |