---
title: "Retrieve a list of quotas"
method: GET
path: "/quotas"
tags: ["quotas"]
---

# Retrieve a list of quotas

`GET /quotas`

Returns a list of all quotas for the organizations the user belongs to

## Query parameters

- `$limit` integer
- `$skip` integer
- `$sort` object
- `filter` Quotas — A quota defines some resource limits on the didomi platform by organization
  - `id` string, required — Quota ID
  - `created_at` string, date-time — Creation date of the quota
  - `updated_at` string, date-time — Last update date of the quota
  - `organization_id` string, required — Identifier of the organization the quota belongs to
  - `exports_configs` number — Limit on enabled export configs for the organization
  - `exports_destinations` number — Limit on export destinations per export config for the organization
  - `scraper_enabled_properties` number — Limit on enabled scraper properties for the organization
  - `parallel_notices_deployments` number — Maximum number of notices deployments that can be run in parallel for the organization
  - `consent_proof_reports` number — Maximum number of consent proof reports that can be generated by an organization per month
  - `api_requests` number — Maximum number of API requests (excluding requests to the /consents/* endpoint) that can be made by an organization per quota period
  - `delivery_clouds` number — Maximum number of delivery clouds per organization
  - `services_per_delivery_cloud` number — Maximum number of services per delivery cloud
  - `regions_per_delivery_cloud` number — Maximum number of regions per delivery cloud
  - `domains_per_delivery_cloud` number — Maximum number of custom domains associated with a delivery cloud.
  - `acm_scan_max_pages_per_property` number — Maximum number of pages that can be scanned during an ACM report scan.
  - `secrets` number — Maximum number of secrets allowed to be created by an organization.
  - `metadata_purposes` number — Maximum number of metadata purposes allowed to be created by an organization.
  - `metadata_partners` number — Maximum number of metadata partners allowed to be created by an organization.
  - `version` number — Revision number of the quota object

## Response `200`

A list of Quota objects

- Quotas[]
  - `id` string, required — Quota ID
  - `created_at` string, date-time — Creation date of the quota
  - `updated_at` string, date-time — Last update date of the quota
  - `organization_id` string, required — Identifier of the organization the quota belongs to
  - `exports_configs` number — Limit on enabled export configs for the organization
  - `exports_destinations` number — Limit on export destinations per export config for the organization
  - `scraper_enabled_properties` number — Limit on enabled scraper properties for the organization
  - `parallel_notices_deployments` number — Maximum number of notices deployments that can be run in parallel for the organization
  - `consent_proof_reports` number — Maximum number of consent proof reports that can be generated by an organization per month
  - `api_requests` number — Maximum number of API requests (excluding requests to the /consents/* endpoint) that can be made by an organization per quota period
  - `delivery_clouds` number — Maximum number of delivery clouds per organization
  - `services_per_delivery_cloud` number — Maximum number of services per delivery cloud
  - `regions_per_delivery_cloud` number — Maximum number of regions per delivery cloud
  - `domains_per_delivery_cloud` number — Maximum number of custom domains associated with a delivery cloud.
  - `acm_scan_max_pages_per_property` number — Maximum number of pages that can be scanned during an ACM report scan.
  - `secrets` number — Maximum number of secrets allowed to be created by an organization.
  - `metadata_purposes` number — Maximum number of metadata purposes allowed to be created by an organization.
  - `metadata_partners` number — Maximum number of metadata partners allowed to be created by an organization.
  - `version` number — Revision number of the quota object

---

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