Skip to main content
GET /v1/tenants lists the calling key’s direct child tenants, each with its current allocation set and per-limit usage/remaining. Use this to build a partner-facing dashboard of your provisioned workspaces without querying each tenant individually.

Endpoint

Query Parameters

integer
default:"50"
Number of tenants to return. Minimum 1, maximum 100.
string
Opaque cursor from a previous response’s next_cursor. Omit on the first request.

Example Request

Response

array
Every allocation currently set on this tenant, each with used/remaining for its window. Empty when the tenant has no allocation (unlimited within your own pool).
number
The sum of every child’s credits-type allocation across all your children (not just this page), counting only allocations with is_enforced: true — a non-enforced allocation, or a contacts/accounts-type allocation, isn’t included here; read those from each tenant’s own limits.
number | null
Your own plan’s credit limit, so you can compare against allocated_total_credits and see your overbooking ratio. Over-allocating across children is allowed by design.

Required Scope

Requires tenants:read.

Error Responses