read.control.extension_records
An installed extension’s records for a declared model (the ficha lists them). Control.
- Surface:
GET /v1/control/read/extension_records - 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" }, "model": { "minLength": 1, "type": "string" }, "tenant": { "minLength": 1, "type": "string" } }, "required": [ "tenant", "extension", "model" ], "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)