---
title: "Describe a dashboard"
method: GET
path: "/orgs/{orgId}/dashboards/{dashboardId}"
tags: ["orgs/dashboards"]
---

# Describe a dashboard

`GET /orgs/{orgId}/dashboards/{dashboardId}`

__JWT is required for this endpoint with at least one of the following scopes__: o{params.orgId}-dash:w,o{params.orgId}-dash:r,o{params.orgId}-dashCust:w,o{params.orgId}-dashCust:r,o:w,o:r,s-o:w,s-o:r<br/><br/>__Endpoint name__: describeDashboard

## Path parameters

- `orgId` integer, required
- `dashboardId` integer, required

## Response `200`

Successful

- object
  - `data` object
    - `id` number, required
    - `name` string
    - `widgets` object[]
      - `id` number, required
      - `config` object
      - `startCol` number
      - `startRow` number
      - `numCols` number
      - `numRows` number
      - `widgetType` object
        - `id` number, required
        - `name` string
    - `orgId` number
  - `meta` object
    - `accessToken` object, nullable
      - `scopeUpdatedAt` string, date
    - `siteSpecificAccess` object, nullable
      - `isSiteSpecific` boolean
      - `siteIds` integer[], nullable
      - `siteIdsByScope` object, nullable
        - `string` integer[], nullable

---

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