---
title: "Retrieve a quota"
method: GET
path: "/quotas/{id}"
tags: ["quotas"]
---

# Retrieve a quota

`GET /quotas/{id}`

Returns a single quota with the given ID

## Path parameters

- `id` string, required

## Response `200`

A Quota object

- 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

---

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