read.control.tenant_credentials
A tenant’s credentials (id, actor, powers, status) — never the token. Control; tenant is explicit.
- Surface:
GET /v1/control/read/tenant_credentials - Auth: ★ Control read (platform) — a PLATFORM credential is REQUIRED: a tenant or extension actor is
forbidden, an anonymous callerunauthorized. This face is the fleet operator’s and is never tenant-bound, so whatever tenant scoping this read has comes from an explicit parameter below, never from the caller’s identity.
Params (JSON Schema)
Section titled “Params (JSON Schema)”{ "properties": { "tenant": { "minLength": 1, "type": "string" } }, "required": [ "tenant" ], "type": "object"}Result (200)
Section titled “Result (200)”Open (unknown) — this capability does not declare an output schema.
Errors
Section titled “Errors”validation_failed (400) · not_found (404) · unauthorized (401) · forbidden (403)