LangBot Docs
Pipelines

Get pipeline extension configuration

Get the plugins and MCP server configuration associated with a pipeline.

GET
/api/v1/pipelines/{pipeline_uuid}/extensions

Get the plugins and MCP server configuration associated with a pipeline.

Authorization

X-API-Key<token>

In: header

Path Parameters

pipeline_uuid*string
Formatuuid

Response Body

application/json

application/json

curl -X GET "https://example.com/api/v1/pipelines/497f6eca-6276-4993-bfeb-53cbbbba6f08/extensions"
{  "code": 0,  "data": {    "enable_all_plugins": true,    "enable_all_mcp_servers": true,    "bound_plugins": [      "string"    ],    "available_plugins": [      {}    ],    "bound_mcp_servers": [      "string"    ],    "available_mcp_servers": [      {}    ]  }}