---
title: "Get Organization limitations"
method: GET
path: "/v1/organizations/{organizationId}/organization-limitations"
tags: ["Organizations"]
---

# Get Organization limitations

`GET /v1/organizations/{organizationId}/organization-limitations`

This endpoint returns the limitations of an Organization identified by the `organizationId`.

## Path parameters

- `organizationId` string, uuid, required

## Response `200`

- OrganizationLimitations
  - `maxPercentageOptionCount` integer, required — Maximum number of percentage options a Feature Flag or Setting can have within a targeting rule.
  - `maxTargetingRuleCount` integer, required — Maximum number of targeting rules a Feature Flag or Setting can have.
  - `maxComparisonValueLength` integer, required — Maximum length of a text comparison value.
  - `maxComparisonValueListLength` integer, required — Maximum item count of a list comparison value.
  - `maxComparisonValueListItemLength` integer, required — Maximum length of a list comparison value's item.
  - `maxStringFlagValueLength` integer, required — Maximum length of a text Setting's value.
  - `maxConditionPerTargetingRuleCount` integer, required — Maximum number of `AND` conditions a Feature Flag or Setting can have within a targeting rule.
  - `maxPredefinedVariations` integer, required — The maximum number of predefined variations allowed for a Feature Flag or Setting.

## Other responses

- `429` — Too many requests. In case of the request rate exceeds the rate limits.

---

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