---
title: "Get Quotas"
method: GET
path: "/organizations/{organization_name}/quotas"
tags: ["quotas"]
---

# Get Quotas

`GET /organizations/{organization_name}/quotas`

Gets the organization quotas

## Response `200`

OK

- Quotas — Represents the organization quotas
  - `container_groups_quotas` ContainerGroupsQuotas, required — Represents the organization quotas for container groups
    - `container_replicas_quota` integer, required — The maximum number of replicas that can be created for a container group
    - `container_replicas_used` integer, required — The number of replicas that are currently in use
    - `max_container_group_reallocations_per_minute` integer — The maximum number of container group reallocations per minute
    - `max_container_group_recreates_per_minute` integer — The maximum number of container group recreates per minute
    - `max_container_group_restarts_per_minute` integer — The maximum number of container group restarts per minute
  - `create_time` string, date-time — The time the resource was created
  - `update_time` string, date-time — The time the resource was last updated

## Other responses

- `404` — Not Found
- `429` — Too Many Requests
- `default` — Unknown Error

---

[API](https://skmtc.net/salad/apis/saladcloud-api.md) · [All operations](https://skmtc.net/salad/apis/saladcloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/salad/saladcloud-api/revisions/6ee34c3732f3/schema)
