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.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
Unique identifier of the organization
[a-zA-Z0-9_-~:]+Response
Effective resource limits for the organization
Effective resource limits for an organization, covering org-level defaults for all projects plus organization-specific constraints
Maximum character length allowed for project descriptions
x >= 25Maximum number of branches allowed per project
Maximum number of database instances allowed per branch
x >= 1Minimum number of database instances required per branch
x >= 1Maximum VCPUs (in millicores) allowed per instance; instance types with a higher VCPUsRequest are unavailable
x >= 1Maximum number of branches that can be created in a rolling one-hour window
x >= 1Maximum number of projects allowed in the organization
x >= 1Maximum number of projects that can be created in a rolling one-hour window
x >= 1Maximum number of active branches allowed across all projects in the organization
x >= 1