---
title: "Fetch Dashboards"
method: GET
path: "/business_intelligence/dashboards"
tags: ["Business Intelligence", "Dashboards", "Dashboards"]
---

# Fetch Dashboards

`GET /business_intelligence/dashboards`

## Query parameters

- `page` integer — Page number
- `page_size` integer
- `sort_by` string, nullable
- `sort` string, nullable
- `dashboard` string[], nullable
- `workbook` string[], nullable
- `owner` string[], nullable
- `tableau_tags` string[], nullable
- `site_name` string[], nullable
- `instance_name` string[], nullable
- `insights` string[], nullable
- `start_date` string, date-time, nullable
- `end_date` string, date-time, nullable
- `opportunity_name` string[], nullable
- `size` integer — Page size

## Response `200`

Successful Response

- PageBIDashboardItem
  - `items` BIDashboardItem[], required
    - `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
  - `total` integer, nullable, required
  - `page` integer, nullable, required
  - `size` integer, nullable, required
  - `pages` integer, nullable

## 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)
