Saltar al contenido principal
GET
Listar entradas de un espacio de nombres

Autorizaciones

Authorization
string
header
requerido

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.

Parámetros de ruta

namespace
string
requerido

The Systemplane namespace. Rails and plugins use runtime_config, tenant_policy, or operational_registry; some applications register a single application-named namespace instead.

Ejemplo:

"runtime_config"

Respuesta

The entries registered in the namespace.

The listing of every registered entry in a namespace.

namespace
string
requerido

The namespace that was listed.

Ejemplo:

"runtime_config"

entries
object[]
requerido

The registered entries in the namespace.

Maximum array length: 100