cURL
curl --request GET \ --url http://localhost:8080/api/v1/analytics/chat-interactions-for-chat \ --header 'Authorization: <api-key>'
{ "data": [ 123 ], "labels": [ "<string>" ] }
Get the number of interactions for a specific chat over time
Start date (YYYY-MM-DD)
End date (YYYY-MM-DD)
Chat ID
OK
Was this page helpful?