---
title: "Get archived chaos experiments."
method: GET
path: "/archives"
tags: ["archives"]
---

# Get archived chaos experiments.

`GET /archives`

Get archived chaos experiments.

## Query parameters

- `namespace` string
- `name` string
- `kind` 'PodChaos' | 'IOChaos' | 'NetworkChaos' | 'TimeChaos' | 'KernelChaos' | 'StressChaos'

## Response `200`

OK

- GithubComChaosMeshChaosMeshPkgDashboardApiserverTypesArchive[]
  - `created_at` string
  - `kind` string
  - `name` string
  - `namespace` string
  - `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)
