---
title: "Get an Executor Configuration"
method: GET
path: "/v1/executors/{id}"
tags: ["Executor Configurations API"]
---

# Get an Executor Configuration

`GET /v1/executors/{id}`

Use this endpoint to retrieve a specific executor configuration by its unique identifier.

## Path parameters

- `id` string, uuid, required

## Response `200`

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

- ExecutorConfigurationOutput
  - `authentication` ExecutorAuthenticationOutput
    - `config` object — Authentication parameters. Sensitive values are masked.
    - `type` string — Authentication method.
  - `baseUrl` string — Base URL of the external service.
  - `createdAt` string, date-time — Timestamp when the configuration was created.
  - `description` string — Human-readable description.
  - `endpoints` ExecutorEndpointOutput[] — List of configured HTTP endpoints.
    - `method` string — HTTP method.
    - `name` string — Endpoint name.
    - `path` string — URL path.
    - `timeout` integer — Request timeout in seconds.
  - `id` string, uuid — Unique identifier of the executor configuration.
  - `lastTestedAt` string, date-time — Timestamp of the last connectivity test. Null if never tested.
  - `metadata` object — Custom metadata.
  - `name` string — Display name.
  - `status` 'unconfigured' | 'configured' | 'tested' | 'active' | 'disabled' — Current lifecycle status: `unconfigured`, `configured`, `tested`, `active`, or `disabled`.
  - `updatedAt` string, date-time — Timestamp of the last update.

## Other responses

- `400` — Indicates that the request was malformed or contained invalid parameters.
- `404` — Indicates that the requested resource could not be found.
- `500` — Indicates an unexpected internal error. If this persists, please contact support.

---

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