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

## Changes

- **2026-04-22** `0dcb78f6bd18` — 2 breaking
  - removed the required property `images` from the response with the `200` status
  - removed the required property `regions` from the response with the `200` status
- **2026-04-15** `a2cc5189d200` — 2 info
  - added the required property `images` to the response with the `200` status
  - added the required property `regions` to the response with the `200` status

[Change history](https://skmtc.dev/xataio/apis/xata-api/changes/organizations/:organizationID/projects/limits/get.md)

---

[API](https://skmtc.dev/xataio/apis/xata-api.md) · [All operations](https://skmtc.dev/xataio/apis/xata-api/llms.txt) · [OpenAPI document](https://skmtc.dev/xataio/apis/xata-api/revisions/cd97485f66fe?raw)
