---
title: "GET /dashboards/public-dashboards"
method: GET
path: "/dashboards/public-dashboards"
tags: ["dashboards", "dashboard_public"]
---

# GET /dashboards/public-dashboards

`GET /dashboards/public-dashboards`

Get list of public dashboards

## Response `200`

(empty)

- PublicDashboardListResponseWithPagination
  - `page` integer
  - `perPage` integer
  - `publicDashboards` PublicDashboardListResponse[]
    - `accessToken` string
    - `dashboardUid` string
    - `isEnabled` boolean
    - `slug` string
    - `title` string
    - `uid` string
  - `totalCount` integer

## Other responses

- `401` — UnauthorisedPublicError is returned when the request is not authenticated.
- `403` — ForbiddenPublicError is returned if the user/token has insufficient permissions to access the requested resource.
- `500` — InternalServerPublicError is a general error indicating something went wrong internally.

---

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