---
title: "List Catalog Providers"
method: GET
path: "/v1/catalog/providers"
tags: ["Catalog API"]
---

# List Catalog Providers

`GET /v1/catalog/providers`

Use this endpoint to retrieve all registered providers from the catalog.

## Response `200`

Indicates that the request was successful and the response contains the requested data.

- CatalogProviderSummary[]
  - `description` string — Brief description of the provider's capabilities.
  - `id` string — Unique identifier of the provider.
  - `name` string — Display name of the provider.
  - `version` string — Provider version.

---

[API](https://skmtc.net/lerian/apis/identity-plugin.md) · [All operations](https://skmtc.net/lerian/apis/identity-plugin/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lerian/identity-plugin/versions/25daba385532/schema)
