---
title: "Get owner quota usage"
method: GET
path: "/quotas/{ownerID}/usage"
tags: ["quotas"]
---

# Get owner quota usage

`GET /quotas/{ownerID}/usage`

Return active sandbox usage and effective quota for an owner

## Path parameters

- `ownerID` string, required

## Response `200`

OK

- GithubComStacyOsStacyvmInternalOrchestratorOwnerUsage
  - `active_sandboxes` integer
  - `max_exec_timeout` string
  - `max_sandboxes` integer
  - `max_ttl` string
  - `owner_id` string
  - `quota_configured` boolean

---

[API](https://skmtc.dev/stacyos/apis/stacyvm-api.md) · [All operations](https://skmtc.dev/stacyos/apis/stacyvm-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/stacyos/stacyvm-api/revisions/d8b1ebf10293/schema)
