List entries in a namespace
Lists every registered runtime-managed entry under a namespace, with each entry’s current value passed through the namespace’s redaction policy. When authentication is enabled, this endpoint requires the namespace’s read permission (for example, system_runtime_config:read).
Authorizations
A bearer JWT issued by the platform's Access Manager (plugin-auth / lib-auth). Authorization is deny-all by default: the application must be configured with an authorizer, and when authentication is enabled it enforces per-namespace role-based access control on top of a valid, platform-scoped (non-tenant) identity. Machine callers obtain a token via the Access Manager client-credentials flow.
Path Parameters
The Systemplane namespace. Rails and plugins use runtime_config, tenant_policy, or operational_registry; some applications register a single application-named namespace instead.
"runtime_config"

