Get details of a specific tenant.
ten_01HX9VTPQR3KF8MZWBYD5N6JCE.200 OK with the full tenant object.
| Field | Type | Description |
|---|---|---|
tenantId | string | Unique identifier for the tenant |
name | string | The tenant display name |
slug | string | The URL-safe tenant identifier |
status | string | Tenant status: active or suspended |
plan | string | The subscription plan: starter, pro, business, or enterprise |
createdAt | string | ISO 8601 timestamp of when the tenant was created |
settings.awsRoleArn | string | ARN of the AWS IAM role used for AWS integrations |
settings.awsExternalId | string | External ID used when assuming the AWS IAM role |
settings.awsRegion | string | Primary AWS region for this tenant’s infrastructure |
settings.autoRemediation | boolean | Whether automatic remediation execution is enabled |
| Status | Error code | Description |
|---|---|---|
403 | forbidden | The authenticated user does not belong to this tenant |
404 | not_found | No tenant exists with the provided tenantId |