Lookup flow
Open the tracking page
Navigate to
/consulta. The search form appears immediately — no login required.Enter your ticket label
Type your N° Radicado in the first field. The format is
TK-YYYY-NNNN, for example TK-2024-0001.Enter your email address
Type the email address you used when you submitted the ticket. This verifies that you are the original submitter.
Click BUSCAR TICKET
The portal sends a lookup request to the API. If the label and email match, the ticket details are displayed below the form.
Lookup fields
The lookup maps to theTicketConsultaPayload interface.
The ticket label shown on the confirmation screen after submission (e.g.
TK-2024-0001).The email address provided when the ticket was submitted.
API endpoint
Example request
Response
On success, the API returns aTicketConsultaPublica object.
Unique internal identifier for the ticket.
Human-readable ticket reference, e.g.
TK-2024-0001.The ticket type, e.g.
SOLICITUD or INCIDENTE.The category assigned to the ticket.
The subcategory, if one was assigned.
The subject line of the ticket.
The full problem description as submitted.
The support area currently handling the ticket.
Current ticket status. See the status reference below.
Current priority level:
BAJA, MEDIA, ALTA, or URGENTE.Number of hours allocated for resolution under the SLA.
ISO 8601 timestamp of when the ticket was created.
ISO 8601 timestamp of the SLA deadline.
Example response
Ticket statuses
Theestado field can hold any of the following values:
| Status | Meaning |
|---|---|
ABIERTO | Ticket received and waiting to be worked on |
EN_PROCESO | A support agent is actively working on it |
PAUSADO | Work is temporarily suspended |
RESUELTO | The issue has been resolved |
CANCELADO | The ticket was cancelled before resolution |
CERRADO | The ticket is closed and archived |