---
title: "获取指定工作流详情"
method: GET
path: "/workflows/{projectId}"
tags: ["workflow"]
---

# 获取指定工作流详情

`GET /workflows/{projectId}`

## Path parameters

- `projectId` string, required

## Response `200`

成功获取工作流详情

- Workflow
  - `projectId` string
  - `name` string
  - `description` string
  - `version` string
  - `status` 1 | 0

## Other responses

- `404` — 工作流不存在

---

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