Ticket

Get the current sentiment detected for a ticket (AI sentiment classification). Ticket analog of `GET /v1/chat/rooms/{roomId}/sentiment`. Returns the raw response object (or `null` when no sentiment has been detected yet) — NOT wrapped in `ApiResponse` — to mirror the chat sentiment endpoint and the shape the ticket FE hook consumes (reads `.category` off the body directly).

get/v1/tickets/{id}/sentiment

Path parameters

idinteger required

Ticket identifier.

Response

OK

categorystring nullable
confidenceinteger

Changes

No recorded changes to this endpoint across all 1 revision of this API.