cURL
curl --request GET \ --url http://localhost:8080/api/v1/analytics/token-usage-per-user \ --header 'Authorization: <api-key>'
{ "data": [ 123 ], "labels": [ "<string>" ] }
Get the total token usage for each user
Start date (YYYY-MM-DD)
End date (YYYY-MM-DD)
OK
Was this page helpful?