v1

latestOpenAPI 3.1.02026-07-2676188241.3 KB
Projects

Get quotas for all tenants within a project

get/projects/{projectId}/quotas

Path parameters

projectIdstring required
Example:consoleproject

Unique identifier of your project in the Corti API Console.

To find it, open your project at console.corti.app, go to Settings, and copy the value from the Project ID field.

Response

Returns quota limits and current usage for all available tenants in the project. Only tenants that are reachable at the time of the request are included in the response. Usage reflects the number of enabled users. A value of -1 indicates an unlimited resource.

Example response

{
  "quotas": [
    {
      "region": "eu",
      "tenantName": "base"
    }
  ]
}