---
title: "Retrieve a dashboard"
method: GET
path: "/v2/dashboards/{id}"
tags: ["Dashboards"]
---

# Retrieve a dashboard

`GET /v2/dashboards/{id}`

Retrieve a single dashboard with its list of charts.

## Path parameters

- `id` string, uuid, required

## Headers

- `api-token` string, required

## Response `200`

Dashboard details with charts

- object
  - `status` integer
  - `data` Dashboard — Dashboard with full chart details
    - `id` string, uuid
    - `name` string
    - `created_at` string, date-time
    - `updated_at` string, date-time
    - `charts` object[]
      - `id` string, uuid
      - `name` string
      - `type` 'line' | 'area' | 'bar' | 'stackedBar' | 'table' | 'number' | 'kpiPanel' | 'pie' | 'donut' | 'funnel'
      - `layout` object — Chart position in the dashboard grid
        - `x` integer
        - `y` integer
        - `w` integer
        - `h` integer

## Other responses

- `401` — Authentication error - invalid or missing api-token
- `404` — Dashboard not found

---

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