---
title: "获取所有工作流"
method: GET
path: "/workflows"
tags: ["workflow"]
---

# 获取所有工作流

`GET /workflows`

## Response `200`

成功获取工作流列表

- object
  - `data` Workflow[]
    - `projectId` string
    - `name` string
    - `description` string
    - `version` string
    - `status` 1 | 0

---

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