---
title: "Get Dashboard (getDashboardById)"
method: GET
path: "/api/dashboard/{dashboardId}"
tags: ["dashboard-controller"]
---

# Get Dashboard (getDashboardById)

`GET /api/dashboard/{dashboardId}`

Get the dashboard based on 'dashboardId' parameter. The Dashboard object is a heavyweight object that contains information about the dashboard (e.g. title, image, assigned customers) and also configuration JSON (e.g. layouts, widgets, entity aliases).

Available for users with 'TENANT_ADMIN' or 'CUSTOMER_USER' authority.

## Path parameters

- `dashboardId` string, required

## Query parameters

- `includeResources` boolean

## Headers

- `Accept-Encoding` string

## Response `200`

OK

---

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