---
title: "获取单个流水线"
method: GET
path: "/api/v1/pipelines/{pipeline_uuid}"
tags: ["Pipelines"]
---

# 获取单个流水线

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

## Path parameters

- `pipeline_uuid` string, uuid, required

## Response `200`

成功

- object
  - `code` integer
  - `data` object
    - `pipeline` Pipeline
      - `uuid` string, uuid
      - `name` string
      - `config` object
      - `is_default` boolean
      - `created_at` string, date-time
      - `updated_at` string, date-time

## 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)
