---
title: "Get dashboard history"
method: GET
path: "/api/v1/dashboards/{dashboardUuidOrSlug}/history"
tags: ["Dashboards"]
---

# Get dashboard history

`GET /api/v1/dashboards/{dashboardUuidOrSlug}/history`

Get dashboard version history

## Path parameters

- `dashboardUuidOrSlug` string, required — A resource UUID or its URL slug. Resolve to a real UUID before using as a key.

## Response `200`

Success

- ApiGetDashboardHistoryResponse
  - `results` DashboardHistory, required
    - `history` DashboardVersionSummary[], required
      - `createdBy` PickUpdatedByUserUserUuidOrFirstNameOrLastName, required — From T, pick a set of properties whose keys are in the union K
        - `userUuid` string, required
        - `firstName` string, required
        - `lastName` string, required
      - `createdAt` string, date-time, required
      - `versionUuid` string, required
      - `dashboardUuid` string, required
  - `status` 'ok', required

## Other responses

- `default` — Error

---

[API](https://skmtc.net/lightdash/apis/lightdash-api.md) · [All operations](https://skmtc.net/lightdash/apis/lightdash-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lightdash/lightdash-api/versions/40c933755c9a/schema)
