Projects
Get project resource limits
Retrieves the effective resource limits for the specified project, merging organization-level overrides with any project-specific overrides.
get/organizations/{organizationID}/projects/{projectID}/limits
Path parameters
organizationIDstring required
Unique identifier of the organization
projectIDstring required
Unique identifier of the project to get limits for
Response
Effective resource limits for the project
Changes
Changed in 1 of the 8 revisions of this API.1
- ○
added the required property
maxStorageGBPerBranchto the response with the200statusresponse-required-property-added
- ○