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

# List dashboards

`GET /v1/dashboards`

## Response `200`

Dashboards returned successfully.

- DashboardListResponse
  - `items` Dashboard[], required
    - `id` string, required
    - `organizationId` string, required
    - `name` string, required
    - `elements` DashboardElement[], required
      - `serverName` string, required
      - `connectionId` string
      - `toolName` string, required
      - `projectedToolName` string, required
      - `resourceUri` string, required
      - `title` string, required
      - `launchArguments` object
      - `requiresApproval` boolean
      - `organizationAutoLaunch` boolean
    - `createdByOrgMembershipId` string, required
    - `createdAt` string, date-time, required
    - `updatedAt` string, date-time, required

## Other responses

- `401` — The caller must be signed in.
- `403` — Only workspace owners and admins can list dashboards.

---

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