Request
GET /api/tickets/{ticket_id}
Path parameters
UUID of the ticket to retrieve (e.g.
e3b2c1d4-5a6f-7890-abcd-ef1234567890).Response
Returns a200 OK with the full ticket detail bundle sourced from fn_ticket_detalle_bundle. The bundle includes the ticket record, requester information, full history log, and any attached notes or responses.
The exact shape of the bundle matches the internal service output. Key top-level sections are described below.
Core ticket record.
Information about the requester.
Chronological list of all actions taken on this ticket.
Error codes
| Status | Description |
|---|---|
401 | Missing or invalid authentication token. |
403 | Your role does not permit access, or (for AREA agents) the ticket is assigned to a different area. |
404 | No ticket found with the specified UUID. |