Ticket AI Insights
Get AI insights for a ticket
GET /ticket/{ticketId}/aiInsight
GET /ticket/{ticketId}/aiInsight
Active questions of the ticket's subchannel, each paired with its stored insight (or null).
Path parameters
ticketIdintegerpathrequiredNo description.
Responses
200 — Question + insight pairs
Response Example
{
"items": [
{
"question": {
"id": 1,
"subchannelId": 1,
"name": "string",
"schema": null,
"createdAt": "string",
"modifiedAt": "string"
},
"insight": null
}
]
}404 — Ticket not found