---
title: "GET /dashboards/{reference}"
method: GET
path: "/dashboards/{reference}"
tags: ["dashboards"]
---

# GET /dashboards/{reference}

`GET /dashboards/{reference}`

fetch dashboard

## Path parameters

- `reference` string, required

## Response `200`

OK

- ServerListDashboardChartsResponse
  - `charts` MalakDashboardChart[], required
    - `chart` MalakIntegrationChart
      - `chart_type` 'bar' | 'pie'
      - `created_at` string
      - `id` string
      - `internal_name` 'mercury_account' | 'mercury_account_transaction' | 'brex_account' | 'brex_account_transaction'
      - `metadata` MalakIntegrationChartMetadata
        - `provider_id` string
      - `reference` string
      - `updated_at` string
      - `user_facing_name` string
      - `workspace_id` string
      - `workspace_integration_id` string
    - `chart_id` string
    - `created_at` string
    - `dashboard_id` string
    - `id` string
    - `reference` string
    - `updated_at` string
    - `workspace_id` string
    - `workspace_integration_id` string
  - `dashboard` MalakDashboard, required
    - `chart_count` integer
    - `created_at` string
    - `description` string
    - `id` string
    - `reference` string
    - `title` string
    - `updated_at` string
    - `workspace_id` string
  - `message` string, required
  - `positions` MalakDashboardChartPosition[], required
    - `chart_id` string
    - `dashboard_id` string
    - `id` string
    - `order_index` integer

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

## Changes

- **2025-02-21** `81ccac33fbe4` — 1 info
  - added the required property `positions` to the response with the `200` status
- **2025-02-21** `b3fe6de151f8` — 1 info
  - endpoint added
- **2024-11-14** `9eeda9b06388` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/ayinke-llc/apis/malak-s-api-documentation/changes/dashboards/:reference/get.md)

---

[API](https://skmtc.dev/ayinke-llc/apis/malak-s-api-documentation.md) · [All operations](https://skmtc.dev/ayinke-llc/apis/malak-s-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ayinke-llc/malak-s-api-documentation/revisions/38d484d9be93/schema)
