---
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
- `organization` string

## Response `200`

Event Received success

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

## Other responses

- `default` — Unexpected error

## Changes

- **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
- **2024-09-17** `cf70b195808b` — 1 info
  - endpoint added
- **2024-09-09** `f6158a8f7ab4` — 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/cccd0bd09cf3/schema)
