---
title: "获取所有流水线"
method: GET
path: "/api/v1/pipelines"
tags: ["Pipelines"]
---

# 获取所有流水线

`GET /api/v1/pipelines`

## Query parameters

- `sort_by` string
- `sort_order` 'ASC' | 'DESC'

## Response `200`

成功

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

---

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