---
title: "GET /v1/dashboards/{id}"
method: GET
path: "/v1/dashboards/{id}"
tags: ["Dashboard"]
---

# GET /v1/dashboards/{id}

`GET /v1/dashboards/{id}`

## Path parameters

- `id` integer, required

## Response `200`

OK

- DashboardQueryResult
  - `totalItems` integer
  - `items` Dashboard[], nullable
    - `id` integer
    - `layout` string, nullable
    - `name` string, nullable
    - `accountId` integer
    - `visibility` 1 | 2 | 3 — <p>Enum values:</p><ul><li><i>1 = Everyone</i> - Visible to the entire company</li><li><i>2 = Admins</i> - Visible to admins only</li><li><i>3 = Restricted</i> - Visible to specific user groups</li></ul>
    - `visibleTo` string, nullable
    - `departmentIds` string, required
    - `dashboardWidgets` DashboardWidget[], nullable
      - `id` integer
      - `accountId` integer
      - `name` string, nullable
      - `jsonQuery` string, nullable
      - `dashboardId` integer

## Other responses

- `404` — Not Found

---

[API](https://skmtc.dev/infoset/apis/infoset-rest-api.md) · [All operations](https://skmtc.dev/infoset/apis/infoset-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/infoset/infoset-rest-api/revisions/f5bc39a1ac15/schema)
