Retrieve a ticket
Fetches a single ticket by its ticket ID, scoped to the bot given in bot. The full ticket document is returned under ticket — the same shape as the objects in the search and view listings, with no field filtering applied. A ticket ID that doesn't exist on that bot returns 404; a ticket belonging to a different bot is not visible.
| Path Parameters |
|---|
id string — REQUIREDThe ticket ID. |
| Query Parameters |
|---|
bot string — REQUIREDThe unique ID of the bot. |
| Responses | ||
|---|---|---|
200Ticket found.
| ||
400Missing ticket ID or bot.
| ||
401Missing/invalid API key.
| ||
404Ticket not found on this bot.
| ||
429Rate limit exceeded.
| ||
500Internal server error.
|