---
title: "Get the detail of an archived workflow."
method: GET
path: "/archives/workflows/{uid}"
tags: ["archives"]
---

# Get the detail of an archived workflow.

`GET /archives/workflows/{uid}`

Get the detail of an archived workflow.

## Path parameters

- `uid` string, required

## Response `200`

OK

- GithubComChaosMeshChaosMeshPkgDashboardApiserverTypesArchiveDetail
  - `created_at` string
  - `kind` string
  - `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
  - `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/revisions/c965f06ffb38/schema)
