---
title: "List executor param definitions across applications"
method: GET
path: "/executor-param-defs"
tags: ["executor-param-defs"]
---

# List executor param definitions across applications

`GET /executor-param-defs`

## Query parameters

- `application_id` string
- `keyword` string
- `binding_type` string
- `visible` boolean
- `editable` boolean
- `status` string
- `page` integer
- `page_size` integer

## Response `200`

OK

- InternalInterfacesHttpExecutorParamDefListResponse
  - `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
  - `page` integer
  - `page_size` integer
  - `total` integer

## Other responses

- `400` — Bad Request
- `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)
