Get quota usage
Authorizations
Personal access token (msb_pat_…) or session JWT - the credential an agent acts with on a user's behalf.
Path Parameters
Organization slug
Response
Quota usage
Resolved quota limits and current usage for an organization.
Limits are resolved via COALESCE: per-org override > plan. Every limit is
Option: None = unlimited (counts/budgets) or the platform default
(per-sandbox vCPU/memory/disk). The API materializes resource defaults in
responses. There is no magic 0.
Whether the plan hard-stops at its included pools (no overflow). DERIVED (not a stored column): true iff the resolved plan is unpriced - an unpriced plan has no overage path, so its pools become walls.
Memory GiB-hours consumed this billing month (compute-on-read from sandbox_runs).
vCPU-hours consumed this billing month (compute-on-read from sandbox_runs).
Currently running/starting ephemeral sandboxes.
Currently running/starting persistent sandboxes.
Whether sandbox usage has been manually suspended for the organization.
Snapshot of [PoolUsage::pool_exhausted] at read time, for API
consumers - true when this org's sandboxes are being stopped and starts
refused.
Exact summed compressed archive size (bytes) of the org's managed snapshots - the value snapshot quota enforcement compares.
Total sandboxes (all states) for the org.
Included memory GiB-hours/month; None = unlimited.
Included vCPU-hours/month; None = unlimited. On hard_cap plans this
is the compute wall; on priced plans, usage beyond it is metered overage.
Included writable-disk GiB-hours/month (display/billing only - never a wall).
Included durable-storage GiB/month.
Maximum simultaneously-running ephemeral sandboxes.
Maximum simultaneously-running persistent sandboxes.
Maximum writable disk size (MiB) per sandbox.
Maximum memory (MiB) per sandbox.
Maximum total sandboxes the org can have.
Per-org managed-snapshot storage hard cap (GiB).
Per-org durable-storage hard cap (GiB).
Maximum uptime per sandbox (minutes), if set.
Maximum CPU cores per sandbox.