Get quota usage
Authorizations
Organization API key (msb_…) - org-scoped programmatic access.
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 system/node max
(per-sandbox vcpu/memory/disk). 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.
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 durable-storage hard cap (GiB).
Maximum uptime per sandbox (minutes), if set.
Maximum CPU cores per sandbox.