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

# GET /public/dashboards/{accessToken}

`GET /public/dashboards/{accessToken}`

Get public dashboard for view

## Path parameters

- `accessToken` string, required

## Response `200`

(empty)

- DashboardFullWithMeta
  - `dashboard` Json
  - `meta` DashboardMeta
    - `annotationsPermissions` AnnotationPermission — +k8s:deepcopy-gen=true
      - `dashboard` AnnotationActions — +k8s:deepcopy-gen=true
        - `canAdd` boolean
        - `canDelete` boolean
        - `canEdit` boolean
    - `apiVersion` string
    - `canAdmin` boolean
    - `canDelete` boolean
    - `canEdit` boolean
    - `canSave` boolean
    - `canStar` boolean
    - `created` string, date-time
    - `createdBy` string
    - `expires` string, date-time
    - `folderId` integer — Deprecated: use FolderUID instead
    - `folderTitle` string
    - `folderUid` string
    - `folderUrl` string
    - `hasAcl` boolean
    - `isFolder` boolean
    - `isSnapshot` boolean
    - `provisioned` boolean
    - `provisionedExternalId` string
    - `publicDashboardEnabled` boolean
    - `slug` string
    - `type` string
    - `updated` string, date-time
    - `updatedBy` string
    - `url` string
    - `version` integer

## Other responses

- `400` — BadRequestPublicError is returned when the request is invalid and it cannot be processed.
- `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.
- `404` — NotFoundPublicError is returned when the requested resource was not found.
- `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)
