Skip to main content
Retrieve usage limits and quotas for an organization.

GET /orgs/:id/limits

Path Parameters

ParameterTypeRequiredDescription
idstringYesThe unique ID or alias of the organization.

Response

ParameterTypeDescription
limitsobjectHierarchical object containing limit values and usage.

Example

curl -X GET https://api.blobhub.io/v1/orgs/acme-corp/limits
{
  "limits": {
    "blobs_per_org": {
      "value": 100,
      "usage": 15
    }
  }
}