cURL
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>" } ] }
Retrieve interactions within a date range
Type "Bearer" followed by a space and JWT token.
to
10
OK
Show child attributes