---
title: "List workflows from Kubernetes cluster."
method: GET
path: "/workflows"
tags: ["workflows"]
---

# List workflows from Kubernetes cluster.

`GET /workflows`

List workflows from Kubernetes cluster.

## Query parameters

- `namespace` string
- `status` 'Initializing' | 'Running' | 'Errored' | 'Finished'

## Response `200`

OK

- GithubComChaosMeshChaosMeshPkgDashboardCoreWorkflowMeta[]
  - `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
  - `name` string
  - `namespace` string
  - `status` 'running' | 'finished' | 'failed' | 'unknown'
  - `uid` string

## Other responses

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