Get tenant details
GET /tenants/{tenant}
GET
/tenants/{tenant}
Retrieve full details for a tenant including plan, members, resource usage, and status. The response includes an ETag header for use with optimistic locking on subsequent PATCH requests.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” tenant
required
string
Tenant name
Responses
Section titled “ Responses ”Tenant details
object
contactEmail
string
Example
admin@acme.com createdAt
string
Example
2026-01-15T10:30:00Z displayName
string
Example
Acme Corp enforceLogLimit
boolean
enforceMetricsLimit
boolean
Example
true members
Array<object>
object
email
string
Example
alice@acme.com role
string
Example
admin name
string
Example
acme plan
string
Example
pro resourceVersion
string
Example
184920 status
object
allocatedResources
object
cpu
string
Example
8 memory
string
Example
32 storage
string
Example
200 clusterCount
integer
Example
3 currentUsage
object
compute
object
cpuCoreHours
string
Example
2976.00 cpuCost
string
Example
89.28 memoryCost
string
Example
35.83 memoryGiBHours
string
Example
5971.97 storageCost
string
Example
8.63 storageGiBHours
string
Example
74400.00 currency
string
Example
GBP error
string
estimatedCreditsApplied
string
Example
10.00 estimatedSubtotal
string
Example
166.15 estimatedTotal
string
Example
156.15 observability
object
billableActiveSeriesP95
integer
Example
41000 currentActiveSeries
integer
Example
42000 logIngestBytes
integer
Example
12500000000 logIngestGB
string
Example
12.50 logOverageCost
string
Example
0.00 metricsOverageCost
string
Example
0.00 periodEnd
string
Example
2026-04-30T12:00:00Z periodStart
string
Example
2026-04-01T00:00:00Z planChangedInPeriod
boolean
stale
boolean
updatedAt
string
Example
2026-04-07T12:00:00Z phase
string
Example
Active poolResources
object
cpu
string
Example
8 memory
string
Example
32 storage
string
Example
200Headers
Section titled “Headers ” ETag
string
Resource version for optimistic locking
Invalid tenant name
object
error
string
Missing or invalid authentication
object
error
string
Not a member of this tenant
object
error
string
Tenant not found
object
error
string
Rate limit exceeded
object
error
string