---
title: "Get Dashboard Details"
method: GET
path: "/business_intelligence/dashboards/get_by_id"
tags: ["Business Intelligence", "Dashboards"]
---

# Get Dashboard Details

`GET /business_intelligence/dashboards/get_by_id`

## Query parameters

- `dashboard_id` string, required

## Response `200`

Successful Response

- BIDashboardItem
  - `rk` string, required
  - `dashboard` string, required
  - `workbook` string, required
  - `owner` string, required
  - `refreshFrequency` string, required
  - `insights` DashboardInsightItem[], required
    - `name` string, required
    - `description` string, nullable
  - `views_30d` integer, required
  - `refreshes_30d` integer, required
  - `views` integer
  - `refreshes` integer
  - `tableauTags` string[], required
  - `site_name` string
  - `project_name` string
  - `last_viewed` string, date-time, nullable
  - `user_count` integer
  - `views_heatmap` array[], nullable
    - integer[]
  - `refresh_heatmap` array[], nullable
    - integer[]
  - `llm_insights` string, nullable
  - `instance_name` string, nullable
  - `total_cost` number, nullable
  - `cost_attribution_type` string, nullable
  - `instrumentation_snippet` string, nullable
  - `dashboard_url` string, nullable
  - `opportunities` object[], nullable
  - `has_lineage` boolean

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/myaltimate/apis/fastapi.md) · [All operations](https://skmtc.net/myaltimate/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/myaltimate/fastapi/versions/50769cbf05d5/schema)
