---
title: "Retrieve persisted LLM Providers"
method: GET
path: "/llm-providers"
tags: ["LLMProviders"]
---

# Retrieve persisted LLM Providers

`GET /llm-providers`

This retrieve the persisted LLM Providers.

## Query parameters

- `name` string
- `apiVersion` string

## Headers

- `xWSO2Tenant` string, required

## Response `200`

LLM providers received success

- LLMProviderList
  - `llmProviders` LLMProvider[]
    - `id` string
    - `name` string
    - `apiVersion` string
    - `organization` string
    - `configurations` string

## Other responses

- `default` — Unexpected error

## Changes

- **2025-04-03** `eb07388f2892` — 2 info
  - added the media type `application/json` for the response with the status `200`
  - added the media type `application/json` for the response with the status `default`
- **2024-10-17** `97b6b9b9a165` — 1 breaking, 1 warning
  - added the new required `header` request parameter `xWSO2Tenant`
  - deleted the `query` request parameter `organization`
- **2024-09-25** `cccd0bd09cf3` — 1 info
  - endpoint added
- **2024-09-18** `7cab3d4532e6` — 1 info
  - endpoint added
- **2024-09-18** `f6bdfe576bad` — 1 breaking
  - api path removed without deprecation

[Full history](https://skmtc.dev/wso2/apis/internal-utility-api/changes/llm-providers/get.md)

---

[API](https://skmtc.dev/wso2/apis/internal-utility-api.md) · [All operations](https://skmtc.dev/wso2/apis/internal-utility-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/wso2/internal-utility-api/revisions/0be9aa8493bc/schema)
