---
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

## Changes

> 14 revisions in range; 1 not diffed.

- **2026-01-20** `98d6b538c88e` — 1 info
  - added the optional property `quotas/maxCustomRolesPerOrg` to the response with the `200` status

[Change history](https://skmtc.dev/seqeralabs/apis/seqera-api/changes/orgs/:orgId/quotas/get.md)

---

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