---
title: "List all historical Charts"
method: GET
path: "/chart"
tags: ["Chart"]
---

# List all historical Charts

`GET /chart`

## Headers

- `Authorization` string, required

## Response `200`

Success

- object
  - `msg` string
  - `data` ModulesHelmChart[]
    - `app_version` string
    - `chart` string
    - `createdAt` string
    - `deletedAt` GormDeletedAt
      - `time` string
      - `valid` boolean — Valid is true if Time is not NULL
    - `id` integer
    - `name` string
    - `updatedAt` string
    - `uuid` string
    - `values` string
    - `values_template` string
    - `values_template_example` string
    - `version` string

## Other responses

- `401` — Unauthorized operation
- `500` — Internal server error

---

[API](https://skmtc.dev/federatedai/apis/kubefate-service-api.md) · [All operations](https://skmtc.dev/federatedai/apis/kubefate-service-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/federatedai/kubefate-service-api/revisions/01a50f79e50f/schema)
