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

# List Dashboards

`GET /v1/dashboards`

Lists dashboard overviews in your Confident AI project — metadata and widget counts only. Widget configurations are returned by the dashboard detail endpoint, and computed widget data by the query endpoints.

## Response `200`

The dashboard overviews in your project.

- DashboardListResponse
  - `success` boolean, required — Indicates if the request was successful.
  - `data` object, required — The dashboards in your project.
    - `dashboards` DashboardOverview[], required — The list of dashboard overviews.
      - `id` string — The unique id of the dashboard.
      - `name` string — The dashboard's name.
      - `description` string, nullable — An optional description of the dashboard.
      - `private` boolean — Whether the dashboard is private to its creator.
      - `projectId` string — The id of the project that owns the dashboard.
      - `userId` string, nullable — The id of the dashboard creator, when available.
      - `widgetCount` integer — The number of widgets on the dashboard.
      - `createdAt` string, date-time — When the dashboard was created.
      - `updatedAt` string, date-time — When the dashboard was last updated.
  - `deprecated` boolean, required — Indicates if this endpoint is deprecated.

---

[API](https://skmtc.net/confident-ai/apis/confident-ai-metrics-api.md) · [All operations](https://skmtc.net/confident-ai/apis/confident-ai-metrics-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/confident-ai/confident-ai-metrics-api/revisions/95cdde71b65e/schema)
