Get Insight Template
GET/ai/conversations/insights/:insight_id
Get insight by ID
Request
Path Parameters
insight_id uuidrequired
The ID of the insight
Responses
200: Successful Response
- application/json
422: Validation Error
- application/json
Request samples
curl -L 'https://api.telnyx.com/v2/ai/conversations/insights/:insight_id' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
Response samples
{
"data": {
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"instructions": "string",
"created_at": "2024-07-29T15:51:28.071Z",
"insight_type": "custom",
"name": "string",
"webhook": "string",
"json_schema": "string"
}
}
{
"detail": [
{
"loc": [
"string",
0
],
"msg": "string",
"type": "string"
}
]
}