---
title: "Get a Catalog Provider"
method: GET
path: "/v1/catalog/providers/{id}"
tags: ["Catalog API"]
---

# Get a Catalog Provider

`GET /v1/catalog/providers/{id}`

Use this endpoint to retrieve the metadata and JSON Schema of a specific catalog provider.

## Path parameters

- `id` string, required

## Response `200`

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

- CatalogProviderDetail
  - `configSchema` string — JSON Schema defining the expected configuration for this provider.
  - `description` string — Description of the provider's capabilities.
  - `id` string — Unique identifier of the provider.
  - `name` string — Display name of the provider.
  - `version` string — Provider version.

## Other responses

- `404` — Indicates that the requested resource could not be found.

---

[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)
