get_ticket
Retrieve a Freshdesk support ticket by numeric ID to access full details like status, priority, and custom fields.
Instructions
Retrieve a single Freshdesk support ticket by its numeric ID. Returns full details including id, subject, status, type, priority, due_by, is_escalated, created_at, tags and custom_fields (cf_impact, cf_urgency, cf_category, cf_subcategory, cf_domain).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticket_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| tags | Yes | ||
| type | Yes | ||
| due_by | Yes | ||
| status | Yes | ||
| subject | Yes | ||
| group_id | No | ||
| priority | Yes | ||
| fr_due_by | Yes | ||
| company_id | No | ||
| created_at | Yes | ||
| group_name | No | ||
| status_name | No | ||
| is_escalated | Yes | ||
| responder_id | Yes | ||
| custom_fields | Yes | ||
| description_text | Yes |