Skip to main content
GET
/
stats
/
interactions
Get Interactions
curl --request GET \
  --url https://api.poligono.ai/v1/stats/interactions \
  --header 'Authorization: <api-key>'
{
  "data": [
    {
      "agent_id": "<string>",
      "channel_id": "<string>",
      "channel_type": "<string>",
      "end_user_id": "<string>",
      "id": "<string>",
      "input": "<string>",
      "organization_id": "<string>",
      "output": "<string>",
      "timestamp": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Type "Bearer" followed by a space and JWT token.

Query Parameters

default
string

to

Required string length: 10

Response

200 - application/json

OK

data
object[]