---
title: "Get detailed information about the specified workflow."
method: GET
path: "/workflows/{uid}"
tags: ["workflows"]
---

# Get detailed information about the specified workflow.

`GET /workflows/{uid}`

Get detailed information about the specified workflow. If that object is not existed in kubernetes, it will only return ths persisted data in the database.

## Path parameters

- `uid` string, required

## Response `200`

OK

- GithubComChaosMeshChaosMeshPkgDashboardCoreWorkflowDetail
  - `created_at` string
  - `end_time` string — EndTime represents the time when the workflow completed all steps.
  - `entry` string — the entry node name
  - `finish_time` string — FinishTime represents the time when the workflow was deleted from Kubernetes.
  - `id` integer
  - `kube_object` GithubComChaosMeshChaosMeshPkgDashboardCoreKubeObjectDesc
    - `apiVersion` string — APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +optional
    - `kind` string — Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +optional
    - `metadata` GithubComChaosMeshChaosMeshPkgDashboardCoreKubeObjectMeta
      - `annotations` object
      - `labels` object
      - `name` string
      - `namespace` string
    - `spec` unknown
  - `name` string
  - `namespace` string
  - `status` 'running' | 'finished' | 'failed' | 'unknown'
  - `topology` GithubComChaosMeshChaosMeshPkgDashboardCoreTopology
    - `nodes` GithubComChaosMeshChaosMeshPkgDashboardCoreNode[]
      - `conditional_branches` GithubComChaosMeshChaosMeshPkgDashboardCoreConditionalBranch[]
        - `expression` string
        - `name` string
        - `template` string
      - `name` string
      - `parallel` GithubComChaosMeshChaosMeshPkgDashboardCoreNodeNameWithTemplate[]
        - `name` string
        - `template` string
      - `serial` GithubComChaosMeshChaosMeshPkgDashboardCoreNodeNameWithTemplate[]
        - `name` string
        - `template` string
      - `state` 'Running' | 'Succeed' | 'Failed'
      - `template` string
      - `type` 'ChaosNode' | 'SerialNode' | 'ParallelNode' | 'SuspendNode' | 'TaskNode' | 'StatusCheckNode' | 'ScheduleNode'
      - `uid` string
  - `uid` string

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

[API](https://skmtc.net/chaos-mesh/apis/chaos-mesh-dashboard-api.md) · [All operations](https://skmtc.net/chaos-mesh/apis/chaos-mesh-dashboard-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/chaos-mesh/chaos-mesh-dashboard-api/versions/c965f06ffb38/schema)
