---
title: "Get Supported Endpoints"
method: GET
path: "/public/endpoints"
tags: ["public"]
---

# Get Supported Endpoints

`GET /public/endpoints`

Return the list of LiteLLM proxy endpoints and which providers support each one.

Reads from the bundled local backup file. Result is cached in-process for
the lifetime of the server process.

## Response `200`

Successful Response

- SupportedEndpointsResponse
  - `endpoints` SupportedEndpoint[], required
    - `key` string, required
    - `label` string, required
    - `endpoint` string, required
    - `providers` EndpointProvider[], required
      - `slug` string, required
      - `display_name` string, required

---

[API](https://skmtc.net/sea-lion/apis/litellm-api.md) · [All operations](https://skmtc.net/sea-lion/apis/litellm-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sea-lion/litellm-api/revisions/1e929292ddd5/schema)
