Ticket

Get the current AI-generated summary of a ticket. Returns the raw response object (or `null` when no summary has been generated yet) — NOT wrapped in `ApiResponse` — to mirror the other ticket AI endpoints and the shape the ticket FE hook consumes (reads `.summary`/`.updatedAt` off the body directly).

get/v1/tickets/{id}/summary

Path parameters

idinteger required

Ticket identifier.

Response

OK

summarystring nullable
updatedAtstring date-time

Changes

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