---
title: "Get a dashboard"
method: GET
path: "/app/v1/dashboards/{id}"
tags: ["dashboards"]
---

# Get a dashboard

`GET /app/v1/dashboards/{id}`

## Path parameters

- `id` string, uuid, required

## Response `200`

A successful operation

- object
  - `company_id` string, uuid
  - `created_at` string, date-time
  - `created_by` string, uuid
  - `description` string
  - `id` string, uuid
  - `name` string
  - `updated_at` string, date-time
  - `chart` Chart[]
    - `created_at` string, date-time
    - `created_by` string, uuid
    - `dashboard_id` string, uuid
    - `id` string, uuid
    - `json` object
    - `name` string
    - `updated_at` string, date-time

---

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