# Download data within a Dashboard

Download the data of all tiles within a Dashboard.

Endpoint: GET /dashboard/api/dashboards/{dashboard_id}/download
Version: 1.0
Security: x-api-key

## Path parameters:

  - `dashboard_id` (string, required)

## Query parameters:

  - `file_type` (string, required)
    Enum: "csv"

  - `filters` (string)

## Response 200 fields (application/json):

  - `file` (string)

## Response 400 fields (application/json):

  - `error` (string, required)

  - `code` (integer, required)

  - `correlationId` (string)

  - `responseMessages` (string, required)


