cURL
curl --request GET \ --url https://api.logfleet.io/api/v1/billing/quota \ --header 'Authorization: Bearer <token>'
{ "agents": { "used": 123, "limit": 123, "percentage": 123 }, "logs": { "used": 123, "limit": 123, "percentage": 123 }, "metrics": { "used": 123, "limit": 123, "percentage": 123 }, "streaming": { "used": 123, "limit": 123, "percentage": 123 } }
Returns current usage vs plan limits
Documentation IndexFetch the complete documentation index at: https://docs.logfleet.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.logfleet.io/llms.txt
Use this file to discover all available pages before exploring further.
JWT token obtained from /auth/login
Quota status
Show child attributes