get_ticket
Retrieve detailed support ticket information from FitSlot by providing the ticket ID to access specific case details and status updates.
Instructions
Get detailed information about a specific ticket
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticketId | Yes |
Input Schema (JSON Schema)
{
"properties": {
"ticketId": {
"_def": {
"checks": [],
"coerce": false,
"description": "ID of the ticket to retrieve",
"typeName": "ZodString"
},
"~standard": {
"vendor": "zod",
"version": 1
}
}
},
"required": [
"ticketId"
],
"type": "object"
}