---
title: "获取流水线扩展配置"
method: GET
path: "/api/v1/pipelines/{pipeline_uuid}/extensions"
tags: ["Pipelines"]
---

# 获取流水线扩展配置

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

获取流水线绑定的插件和 MCP 服务器配置。

## Path parameters

- `pipeline_uuid` string, uuid, required

## Response `200`

成功

- object
  - `code` integer
  - `data` object
    - `enable_all_plugins` boolean
    - `enable_all_mcp_servers` boolean
    - `bound_plugins` string[]
    - `available_plugins` object[]
    - `bound_mcp_servers` string[]
    - `available_mcp_servers` object[]

## Other responses

- `404` — 资源未找到

---

[API](https://skmtc.dev/langbot/apis/langbot-service-api.md) · [All operations](https://skmtc.dev/langbot/apis/langbot-service-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/langbot/langbot-service-api/revisions/2384dee8c36a/schema)
