---
title: "Describe organization quotas"
method: GET
path: "/orgs/{orgId}/quotas"
tags: ["orgs"]
---

# Describe organization quotas

`GET /orgs/{orgId}/quotas`

Retrieves the details of the organization quotas identified by the given `orgId`.

## Path parameters

- `orgId` integer, required

## Query parameters

- `include` object[]

## Response `200`

OK

- DescribeOrganizationQuotasResponse
  - `quotas` OrganizationQuotas
    - `maxCustomRolesPerOrg` integer
    - `maxDatasetsPerWorkspace` integer
    - `maxDataStudiosRunning` integer
    - `maxFusionThroughputBytes` integer
    - `maxLabelsPerWorkspace` integer
    - `maxMembers` integer
    - `maxParticipantsPerWorkspace` integer
    - `maxPipelinesPerWorkspace` integer
    - `maxRunHistory` integer
    - `maxRuns` integer
    - `maxSeqeraComputeComputeEnvs` integer
    - `maxTeams` integer
    - `maxVersionsPerDataset` integer
    - `maxWorkspaces` integer

## Other responses

- `400` — Bad request
- `403` — Operation not allowed

---

[API](https://skmtc.net/seqeralabs/apis/seqera-api.md) · [All operations](https://skmtc.net/seqeralabs/apis/seqera-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/seqeralabs/seqera-api/revisions/13316c9fe5ff/schema)
