GET /v1/orgs/:slug/quotas — get quota usage for an organization.
Path parameters
Organization slug
Response
Quota usage
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.
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.
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.
Included writable-disk GiB-hours/month (display/billing only — never a wall).
Included durable-storage GiB/month.
Whether sandbox usage has been manually suspended for the organization.
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.
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.
Changes
No recorded changes to this endpoint across all 1 revision of this API.