---
title: "List Llm Profiles"
method: GET
path: "/api/v1/runtime/llm-profiles"
tags: ["runtime"]
---

# List Llm Profiles

`GET /api/v1/runtime/llm-profiles`

## Response `200`

Successful Response

- LlmProviderProfileResponse[]
  - `id` string, uuid, required — Stable provider profile identifier.
  - `name` string, required — Human-readable profile label shown in Settings.
  - `provider_type` 'openai' | 'anthropic' | 'google' | 'openai_compatible' | 'litellm_proxy' | 'anthropic_compatible', required — Provider integration type.
  - `api_base` string — Configured API base URL for the provider.
  - `api_key_masked` string — Masked API key preview for display.
  - `has_api_key` boolean — Whether a stored API key is configured.
  - `metadata_json` object — Optional provider-specific metadata.

## Other responses

- `401` — Authentication is required or the provided token is invalid.
- `503` — Runtime services are unavailable because server startup is incomplete.

## Changes

- **2026-06-25** `e25aaded81b9` — 2 warning, 1 info
  - added the new `anthropic_compatible` enum value to the `items/provider_type` response property for the response status `200`
  - added the new `litellm_proxy` enum value to the `items/provider_type` response property for the response status `200`
  - the endpoint scheme security `HTTPBearer` was added to the API
- **2026-06-11** `a5fae746ceab` — 1 info
  - endpoint added
- **2026-03-19** `78507b29ed8f` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/qredence/apis/fleet-rlm/changes/api/v1/runtime/llm-profiles/get.md)

---

[API](https://skmtc.dev/qredence/apis/fleet-rlm.md) · [All operations](https://skmtc.dev/qredence/apis/fleet-rlm/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/qredence/fleet-rlm/revisions/e25aaded81b9/schema)
