---
title: "List Executors by Provider"
method: GET
path: "/v1/catalog/providers/{id}/executors"
tags: ["Catalog API"]
---

# List Executors by Provider

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

Use this endpoint to retrieve all executors that belong to a specific provider.

## Path parameters

- `id` string, required

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

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