cURL
curl --request GET \ --url http://localhost:5300/api/v1/pipelines/{pipeline_uuid}/extensions \ --header 'X-API-Key: <api-key>'
{ "code": 0, "data": { "enable_all_plugins": true, "enable_all_mcp_servers": true, "bound_plugins": [ "<string>" ], "available_plugins": [ {} ], "bound_mcp_servers": [ "<string>" ], "available_mcp_servers": [ {} ] } }
获取流水线绑定的插件和 MCP 服务器配置。
Documentation IndexFetch the complete documentation index at: https://docs.langbot.app/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.langbot.app/llms.txt
Use this file to discover all available pages before exploring further.
成功
0
Show child attributes