cURL
curl --request GET \ --url https://api.example.com/api/public/metrics/daily
{ "data": [ { "date": "<string>", "countTraces": 123, "countObservations": 123, "totalCost": 123, "usage": [ { "model": "<string>", "inputUsage": 123, "outputUsage": 123, "totalUsage": 123, "countTraces": 123, "countObservations": 123, "totalCost": 123 } ] } ], "meta": { "page": 123, "limit": 123, "totalItems": 123, "totalPages": 123 } }
Endpoint to get daily metrics on toolzz analytics
Documentation IndexFetch the complete documentation index at: https://docs.toolzz.dev/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.toolzz.dev/llms.txt
Use this file to discover all available pages before exploring further.
Show Request
Show items
Show Properties
Show Items