get_ticket
Retrieve a specific ticket's full record including the requester's message body using its ticket ID.
Instructions
Retrieve one ticket in full, including the requester's message body.
Use this once you have a specific ticket ID — typically from search_tickets. This is the only tool that returns ticket body text.
WHAT IT DOES NOT DO
Does not triage, categorise, or assess the ticket. It returns the record as filed. In particular the
categoryfield is intake metadata and may misdescribe the ticket entirely; read the body yourself.Does not indicate whether a ticket is safe to answer. Only draft_response makes that determination, and it does so independently of this record's category field. Never conclude from a non-security category here that drafting will be permitted.
ERRORS TICKET_NOT_FOUND — no ticket with that ID exists. Ticket IDs look like "T-014". Do not retry with the same ID; call search_tickets to find the correct one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticket_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | No | ||
| ticket | No | ||
| message | No | ||
| error_code | No |