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