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

# Get Dashboards

`GET /dashboards`

The Dashboards endpoint returns a list of Dashboards, excluding those that are deleted.  The list can be optionally filtered by a query string.

## Query parameters

- `q` string

## Response `200`

An array of Dashboards (without the Dashboard definition)

- DashboardInfo[]
  - `name` string — Name of the Dashboard.
  - `date` string, date-time — Date/time of the last modification.
  - `deleted` boolean — Indicates whether or not the Dashboard is deleted.
  - `rev` integer — Current revision number of the Dashboard.
  - `createdBy` CreatedBy
    - `sAMAccountName` string
    - `name` string
    - `email` string
  - `lastUpdatedBy` LastUpdatedBy
    - `sAMAccountName` string
    - `name` string
    - `email` string
  - `tags` string[] — Image URL representing the product.
  - `viewers` Viewer[] — If provided, contains the list of users/groups with authorization to view this Dashboard.
    - `sAMAccountName` string — Username of the User.
    - `displayName` string — Display name of the User.
    - `dn` string — LDAP distinguished name.
    - `mail` string — Email address
    - `category` string — Type of account, e.g. user, group
  - `editors` Editor[] — If provided, contains the list of users/groups with authorization to edit this Dashboard.
    - `sAMAccountName` string — Username of the User.
    - `displayName` string — Display name of the User.
    - `dn` string — LDAP distinguished name.
    - `mail` string — Email address
    - `category` string — Type of account, e.g. user, group
  - `visits` integer — If Analytics is enabled, this counter records the total number of visits, or times this Dashboard was loaded. Cannot be set manually.
  - `pageViews` integer — If Analytics is enabled, this counter records the total number of page views, or times a page in this Dashboard was viewed. Each visit may have multiple page views. Cannot be set manually.
  - `likes` string[] — Contains a list of users who 'like' this Dashboard.

## Other responses

- `500` — Server error.

---

[API](https://skmtc.dev/expediagroup/apis/cyclotron-api.md) · [All operations](https://skmtc.dev/expediagroup/apis/cyclotron-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/expediagroup/cyclotron-api/revisions/18e751e6bc49/schema)
