---
title: "Get all dashboard lists"
method: GET
path: "/api/v1/dashboard/lists/manual"
tags: ["Dashboard Lists"]
---

# Get all dashboard lists

`GET /api/v1/dashboard/lists/manual`

Fetch all of your existing dashboard list definitions.

## Response `200`

OK

- DashboardListListResponse — Information on your dashboard lists.
  - `dashboard_lists` DashboardList[] — List of all your dashboard lists.
    - `author` Creator — Object describing the creator of the shared element.
      - `email` string — Email of the creator.
      - `handle` string — Handle of the creator.
      - `name` string, nullable — Name of the creator.
    - `created` string, date-time — Date of creation of the dashboard list.
    - `dashboard_count` integer — The number of dashboards in the list.
    - `id` integer — The ID of the dashboard list.
    - `is_favorite` boolean — Whether or not the list is in the favorites.
    - `modified` string, date-time — Date of last edition of the dashboard list.
    - `name` string, required — The name of the dashboard list.
    - `type` string — The type of dashboard list.

## Other responses

- `403` — Forbidden
- `429` — Too many requests

---

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