curl --request GET \
--url https://demo.enneo.ai/api/mind/ticket/{ticketId}/aiInsight \
--header 'Authorization: Bearer <token>'{
"items": [
{
"question": {
"id": 123,
"subchannelId": 123,
"name": "<string>",
"schema": {},
"createdAt": "<string>",
"modifiedAt": "<string>"
},
"insight": {}
}
]
}Active questions of the ticket’s subchannel, each paired with its stored insight (or null).
curl --request GET \
--url https://demo.enneo.ai/api/mind/ticket/{ticketId}/aiInsight \
--header 'Authorization: Bearer <token>'{
"items": [
{
"question": {
"id": 123,
"subchannelId": 123,
"name": "<string>",
"schema": {},
"createdAt": "<string>",
"modifiedAt": "<string>"
},
"insight": {}
}
]
}