---
title: "Get executor param definition by ID"
method: GET
path: "/executor-param-defs/{id}"
tags: ["executor-param-defs"]
---

# Get executor param definition by ID

`GET /executor-param-defs/{id}`

## Path parameters

- `id` string, required

## Response `200`

OK

- InternalInterfacesHttpExecutorParamDefDataResponse
  - `data` InternalInterfacesHttpExecutorParamDefResponse
    - `application_id` string
    - `application_key` string
    - `application_name` string
    - `binding_type` string
    - `can_edit` boolean
    - `can_view` boolean
    - `created_at` string
    - `default_value` string
    - `description` string
    - `editable` boolean
    - `executor_param_name` string
    - `executor_type` string
    - `id` string
    - `param_key` string
    - `param_type` string
    - `pipeline_id` string
    - `pipeline_name` string
    - `raw_meta` string
    - `required` boolean
    - `single_select` boolean
    - `sort_no` integer
    - `source_from` string
    - `status` string
    - `updated_at` string
    - `visible` boolean

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/opsre/apis/gos-release-api.md) · [All operations](https://skmtc.net/opsre/apis/gos-release-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/opsre/gos-release-api/revisions/fc9f6fb06a50/schema)
