---
title: "Get User Llm Config"
method: GET
path: "/api/admin/users/{user_id}/llm-config"
tags: ["admin"]
---

# Get User Llm Config

`GET /api/admin/users/{user_id}/llm-config`

Return per-user LLM override (and the effective values after fallback).

## Path parameters

- `user_id` string, required

## Response `200`

Successful Response

- AdminUserLLMOverrideResponse — Per-user override values plus the resolved (effective) values. Empty ``llm_provider_override`` / ``llm_model_override`` mean "fall back to the global default". The effective fields show what the agent will actually use, factoring in fallbacks.
  - `user_id` string, required
  - `llm_provider_override` string, required
  - `llm_model_override` string, required
  - `effective_llm_provider` string, required
  - `effective_llm_model` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/mozilla-ai/apis/clawbolt.md) · [All operations](https://skmtc.net/mozilla-ai/apis/clawbolt/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mozilla-ai/clawbolt/revisions/0e52fe5f8d33/schema)
