---
title: "show details of a flow work"
method: GET
path: "/workflow/{workFlowId}"
tags: ["task"]
---

# show details of a flow work

`GET /workflow/{workFlowId}`

show details of a flow work

## Path parameters

- `workFlowId` string, required

## Response `200`

OK

- object
  - `code` integer
  - `data` object
    - `info` StructsWorkFlowInfo
      - `bizId` string
      - `bizType` string
      - `createTime` string
      - `deleteTime` string
      - `id` string
      - `name` string
      - `status` 'Initializing' | 'Processing' | 'Finished' | 'Error' | 'Canceled'
      - `updateTime` string
    - `nodeNames` string[]
    - `nodes` StructsWorkFlowNodeInfo[]
      - `endTime` string
      - `id` string
      - `name` string
      - `parameters` string
      - `result` string
      - `startTime` string
      - `status` 'Initializing' | 'Processing' | 'Finished' | 'Error' | 'Canceled'
  - `message` string

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal Server Error

---

[API](https://skmtc.net/pingcap/apis/em-ui-api.md) · [All operations](https://skmtc.net/pingcap/apis/em-ui-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pingcap/em-ui-api/revisions/631e4b26b7e8/schema)
