---
title: "GET /dashboards/home"
method: GET
path: "/dashboards/home"
tags: ["dashboards"]
deprecated: true
---

# GET /dashboards/home

`GET /dashboards/home`

> **Deprecated.**

NOTE: the home dashboard is configured in preferences.  This API will be removed in G13

## Response `200`

(empty)

- GetHomeDashboardResponse
  - `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
  - `redirectUri` string

## Other responses

- `401` — UnauthorizedError is returned when the request is not authenticated.
- `500` — InternalServerError 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)
