GET /config
Get Config
GET
/config
Return all platform configuration values.
Reads every document from the Config collection and flattens them into
a single JSON object keyed by _key. Simple scalar values (str, int, bool)
are unwrapped from their value wrapper field; dict values are returned as-is.
Emits: (direct transaction — no event class)
Required scope: (public — no auth)
Responses
Successful Response
application/json
JSON "status": 200, "message": "string", "detail": "string"
{
}