v35

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-016584221.4 KB
Projects

Get organization resource limits

Retrieves the effective org-level limits, including project creation limits and branch configuration defaults. Project-specific overrides are not applied here.

get/organizations/{organizationID}/limits

Path parameters

organizationIDstring required

Unique identifier of the organization

Response

Effective resource limits for the organization

maxDescriptionLengthinteger required

Maximum character length allowed for project descriptions

maxBranchesPerProjectinteger required

Maximum number of branches allowed per project

maxInstancesPerBranchinteger required

Maximum number of database instances allowed per branch

minInstancesPerBranchinteger required

Minimum number of database instances required per branch

maxAllowedInstanceTypeinteger required

Maximum VCPUs (in millicores) allowed per instance; instance types with a higher VCPUsRequest are unavailable

maxBranchesPerHourinteger required

Maximum number of branches that can be created in a rolling one-hour window

maxStorageGBPerBranchinteger required

Maximum storage in GiB (gigabytes) allowed per branch; 0 means no limit

maxProjectsinteger required

Maximum number of projects allowed in the organization

maxProjectsPerHourinteger required

Maximum number of projects that can be created in a rolling one-hour window

maxBranchesPerOrginteger required

Maximum number of active branches allowed across all projects in the organization