read.control.extension_health
A tenant’s failed extension invocations (dead-letters). Control; tenant explicit, extension optional.
- Surface:
GET /v1/control/read/extension_health - 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": { "extension": { "minLength": 1, "type": "string" }, "limit": { "default": 50, "maximum": 100, "minimum": 1, "type": "integer" }, "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)