osticket_get_ticket
Retrieve a single support ticket with full detail including message thread and attachments. Use ticket number or internal ID.
Instructions
Get one ticket with full detail including the message thread. Each thread entry may include an "attachments" array (fileId, name, type, size, inline, cid); pass an attachment's numeric fileId to osticket_download_attachment. Provide number or id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Internal ticket id (alternative to number) | |
| number | No | Public ticket number, e.g. "CH00072469" |