cURL
curl --request GET \ --url http://localhost:5300/api/v1/pipelines/{pipeline_uuid}/extensions \ --header 'X-API-Key: <api-key>'
200
Example
{ "code": 0, "msg": "ok", "data": {} }
获取流水线配置的扩展和插件
使用 X-API-Key 请求头进行 API 密钥认证。 示例:X-API-Key: lbk_your_api_key_here
X-API-Key: lbk_your_api_key_here
成功响应
0
"ok"