---
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
  - `FEATURE_FALLBACK_MODE` string
  - `GUARDRAILS_ENABLED` string
  - `LOGGING_ENABLED` string
  - `REDIS_URL` string
  - `SEMANTIC_CACHE_ENABLED` string
  - `USAGE_ENABLED` string
  - `USAGE_PRICING_RECALCULATION_ENABLED` string

## Other responses

- `401` — Unauthorized

## Changes

- **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/aa549def1ff8/schema)
