---
title: "List chaos schedules."
method: GET
path: "/schedules"
tags: ["schedules"]
---

# List chaos schedules.

`GET /schedules`

Get chaos schedules from k8s cluster in real time.

## Query parameters

- `namespace` string
- `name` string

## Response `200`

OK

- GithubComChaosMeshChaosMeshPkgDashboardApiserverTypesSchedule[]
  - `created_at` string
  - `kind` string
  - `name` string
  - `namespace` string
  - `status` 'running' | 'paused'
  - `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/revisions/c965f06ffb38/schema)
