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

# Get a Catalog Executor

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

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

## Path parameters

- `id` string, required

## Response `200`

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

- CatalogExecutorDetail
  - `category` string — Functional category of the executor.
  - `id` string — Unique identifier of the executor.
  - `name` string — Display name of the executor.
  - `providerId` string — ID of the provider this executor belongs to.
  - `schema` string — JSON Schema defining the expected configuration for this executor.
  - `version` string — Version of the executor.

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