---
title: "Download all dashboards data as CSV with flattened insights"
method: GET
path: "/business_intelligence/dashboards/download_csv"
tags: ["Business Intelligence", "Dashboards", "Dashboards"]
---

# Download all dashboards data as CSV with flattened insights

`GET /business_intelligence/dashboards/download_csv`

Download all dashboards data as CSV with flattened insights.
Each insight type becomes a separate column with Yes/No values.
Tableau tags are formatted as comma-separated values in brackets.

## Query parameters

- `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

## Response `200`

Successful Response

- unknown

## 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/aab3fe5c9f05/schema)
