Pipelines
Get pipeline extension configuration
Get the plugins and MCP server configuration associated with a pipeline.
Get the plugins and MCP server configuration associated with a pipeline.
X-API-Key<token>
In: header
Path Parameters
pipeline_uuid*string
Format
uuidResponse 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": [ {} ] }}