---
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
  - `FAILOVER_ENABLED` string
  - `GUARDRAILS_ENABLED` string
  - `LOGGING_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-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
- **2026-05-22** `4473702da82e` — 1 info
  - added the optional property `DASHBOARD_LIVE_LOGS_ENABLED` to the response with the `200` status
- **2026-05-09** `1236749560f3` — 1 info
  - endpoint added

[Change 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/f183374f8ddf/schema)
