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

# List Catalog Executors

`GET /v1/catalog/executors`

Use this endpoint to retrieve all built-in executors registered in the catalog.

## Response `200`

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

- CatalogExecutorSummary[]
  - `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.
  - `version` string — Version of the executor.

---

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