get_ticket_form
Retrieve a ticket form by ID with its ordered list of ticket field IDs. Use to inspect form structure or prepare for retirement impact analysis.
Instructions
Fetch one ticket form by ID with the full ordered list of ticket_field_ids. For impact analysis before retirement, prefer find_form_usage.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Ticket form ID | |
| instance | No | Override the sticky instance for this call |