---
title: "Get admin runtime configuration"
method: GET
path: "/admin/runtime/config"
tags: ["admin"]
---

# Get admin runtime configuration

`GET /admin/runtime/config`

## Response `200`

OK

- AdminDashboardConfigResponse
  - `BUDGETS_ENABLED` string
  - `CACHE_ENABLED` string
  - `DASHBOARD_LIVE_LOGS_ENABLED` string
  - `DEMO_MODE` string
  - `FAILOVER_ENABLED` string
  - `GUARDRAILS_ENABLED` string
  - `LOGGING_ENABLED` string
  - `LOGGING_RETENTION_DAYS` string
  - `MCP_ENABLED` string
  - `RATE_LIMITS_ENABLED` string
  - `REDIS_URL` string
  - `SEMANTIC_CACHE_ENABLED` string
  - `USAGE_ENABLED` string
  - `USAGE_PRICING_RECALCULATION_ENABLED` string

## Other responses

- `401` — Unauthorized

## Changes

- **2026-07-25** `7d12759704c6` — 1 info
  - added the optional property `MCP_ENABLED` to the response with the `200` status
- **2026-07-21** `a807d76b5ae5` — 1 info
  - added the optional property `LOGGING_RETENTION_DAYS` to the response with the `200` status
- **2026-07-20** `583500aa8795` — 1 info
  - added the optional property `DEMO_MODE` to the response with the `200` status
- **2026-07-07** `87fec960e0fd` — 1 info
  - added the optional property `RATE_LIMITS_ENABLED` to the response with the `200` status
- **2026-06-30** `7398040e4b4b` — 1 warning, 1 info
  - removed the optional property `FEATURE_FALLBACK_MODE` from the response with the `200` status
  - added the optional property `FAILOVER_ENABLED` to the response with the `200` status

[Full history](https://skmtc.dev/enterpilot/apis/gomodel-api/changes/admin/runtime/config/get.md)

---

[API](https://skmtc.dev/enterpilot/apis/gomodel-api.md) · [All operations](https://skmtc.dev/enterpilot/apis/gomodel-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/enterpilot/gomodel-api/revisions/42127fe766e9/schema)
