---
title: "Get project resource limits"
method: GET
path: "/organizations/{organizationID}/projects/limits"
tags: ["Projects"]
---

# Get project resource limits

`GET /organizations/{organizationID}/projects/limits`

Retrieves the default resource limits for projects in the specified organization, including maximum instances, storage, and allowed regions.

## Path parameters

- `organizationID` string, required

## Response `200`

Default resource limits for projects in the organization

- ProjectLimits — Resource limits and constraints for projects within an organization
  - `maxInstances` integer, required — Maximum number of database instances allowed per branch
  - `minInstances` integer, required — Minimum number of database instances required per branch
  - `maxDescriptionLength` integer, required — Maximum character length allowed for project descriptions
  - `maxBranches` integer, required — Maximum number of branches allowed per project

---

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