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
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
}
}