Get quota usage for a specific metric
Quotas
Get quota usage for a specific metric
Returns current usage and limit for a single quota metric. The metric must be URL-encoded (e.g. compute%2Fmachines).
GET
Get quota usage for a specific metric
Documentation Index
Fetch the complete documentation index at: https://docs.akua.dev/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
workspace API token (sk_akua_...) or OAuth2 JWT. Create tokens at https://akua.dev/developers/api-tokens
Path Parameters
Quota metric (URL-encoded service/resource).
Example:
"compute/machines"
Response
Quota info
Metric: service/resource
Example:
"compute/machines"
Allocation = max owned, rate = max per time window, concurrency = max in-flight.
Available options:
allocation, rate, concurrency Example:
"allocation"
Example:
"Compute machines"
Unit the limit/usage numbers are measured in.
Available options:
count, cores, bytes, seconds, count/day, count/minute, cents/day Example:
"count"
Example:
1
Example:
0
Example:
1
For rate quotas: Unix timestamp (seconds) reset time
Required range:
x >= 0