Skip to main content
GET
/
agents
/
{agentId}
/
insights
List agent insights
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
      ]
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

agentId
string<uuid>
required

Query Parameters

workspaceId
string<uuid>
required

Response

Agent insight assignments

success
enum<boolean>
required
Available options:
true
data
object
required