---
title: "List dashboards granted to the current member"
method: GET
path: "/v1/me/dashboards"
tags: ["Dashboards"]
---

# List dashboards granted to the current member

`GET /v1/me/dashboards`

## Response `200`

Granted dashboards returned successfully.

- MeDashboardListResponse
  - `items` MeDashboard[], required
    - `id` 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
    - `updatedAt` string, date-time, required

## Other responses

- `401` — The caller must be signed in.

---

[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)
