Get system information and configuration
GET/system-configs
Returns deployment identity (Version, Environment, ProjectName, ProjectShortname, AWSRegion, AWSAccountId) when no query parameters are sent. Use config for one stored setting, or config=all for identity plus every setting. Matching is case-insensitive. Any valid authenticated user may call this; there is no extra permission. RAG and web-search settings are returned only when AI services are enabled; otherwise those config values return GE-1034.
Request
Responses
- 200
- 400
- 500
Body keys depend on config. With no query parameters, only the six deployment identity fields are returned. ProxyDomains is omitted when managed Squid is not in use.
Response Headers
GE-1060 invalid user. GE-1034 unsupported config (including rag/web-search when AI is off). GE-1113 as InvalidInput for FlexView SSM only.
Response Headers
GE-1113 SSM read (most getters). ClientError body is the raw boto string. Uncaught Exception is RTE-1001 via EMF-1001.