---
title: "List dashboards"
method: GET
path: "/v2/dashboards"
tags: ["Dashboards"]
---

# List dashboards

`GET /v2/dashboards`

Retrieve a paginated list of dashboards.

## Query parameters

- `limit` integer
- `offset` integer
- `page` integer

## Headers

- `api-token` string, required

## Response `200`

A paginated list of dashboards

- object — V2 paginated response with snake_case keys
  - `status` integer — Response status
  - `total_count` integer — Total items based on current filters
  - `page` integer — Current page
  - `total_pages` integer — Total pages based on current filters
  - `has_next` boolean — Indicates that has next page
  - `has_previous` boolean — Indicates that has previous page
  - `data` DashboardSummary[]
    - `id` string, uuid
    - `name` string
    - `created_at` string, date-time
    - `updated_at` string, date-time
    - `charts_count` integer — Number of charts in the dashboard

## Other responses

- `401` — Authentication error - invalid or missing api-token

---

[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)
