---
title: "List Dashboards"
method: GET
path: "/analytics/dashboards"
tags: ["provider", "analytics", "analytics"]
---

# List Dashboards

`GET /analytics/dashboards`

List analytics dashboards with optional filtering.

## Query parameters

- `page` integer, nullable
- `per_page` integer, nullable
- `sort_by` string, nullable
- `sort_direction` 'asc' | 'desc', nullable
- `location_id` string, nullable
- `name` string, nullable — Filter by dashboard name

## Headers

- `TENANT` string, required
- `API-KEY` string, required

## Response `200`

Successful Response

- PageAnalyticsDashboardSchema
  - `data` AnalyticsDashboardSchema[], required
    - `id` string, required — Unique identifier for the dashboard
    - `name` string, required — Name of the dashboard
    - `description` string, nullable — Description of the dashboard
    - `layoutConfig` object, nullable — Grid layout configuration
    - `isArchived` boolean, required — Whether the dashboard is archived
    - `createdDate` string, date-time, required — When the dashboard was created
    - `updatedDate` string, date-time, nullable — When the dashboard was last updated
  - `total` integer, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/decodahealth/apis/decoda-api.md) · [All operations](https://skmtc.dev/decodahealth/apis/decoda-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/decodahealth/decoda-api/revisions/4939a65a89d2/schema)
