curl --request GET \
--url https://app.freyavoice.ai/api/v2/agents/{agentId}/insights \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"message": "<string>",
"result": {
"insightIds": [
123
]
}
}
}Returns the structured data field IDs assigned to an agent.
curl --request GET \
--url https://app.freyavoice.ai/api/v2/agents/{agentId}/insights \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"message": "<string>",
"result": {
"insightIds": [
123
]
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.