---
title: "List dashboard access grants"
method: GET
path: "/v1/dashboards/{dashboardId}/access"
tags: ["Dashboards"]
---

# List dashboard access grants

`GET /v1/dashboards/{dashboardId}/access`

## Path parameters

- `dashboardId` string, typeid, required

## Response `200`

Dashboard access grants returned successfully.

- DashboardAccessListResponse
  - `items` DashboardAccessGrant[], required
    - `id` string, required
    - `orgMembershipId` string, nullable, required
    - `teamId` string, nullable, required
    - `orgWide` boolean, required
    - `role` 'viewer' | 'editor' | 'manager', required
    - `createdByOrgMembershipId` string, required
    - `createdAt` string, date-time, required
    - `removedAt` string, date-time, nullable, required

## Other responses

- `401` — The caller must be signed in.
- `403` — Only workspace owners and admins can list dashboard access.
- `404` — The dashboard was not found.

## Changes

- **2026-08-26** `d80eb05462b3` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/openworklabs/apis/den-api/changes/v1/dashboards/:dashboardId/access/get.md)

---

[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/571dc4a74532/schema)
