# Download a Dashboard PDF

Download a Dashboard in PDF format.

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

## Path parameters:

  - `dashboard_id` (string, required)

## Query parameters:

  - `accountId` (string)

  - `filters` (string)

  - `expanded_tables` (boolean)

  - `landscape` (boolean)

  - `paper_size` (string)
    Enum: "letter", "legal", "tabloid", "a0", "a1", "a2", "a3", "a4", "a5"

  - `style` (string)
    Enum: "single_column", "tiled"

## Response 200 fields (application/json):

  - `file` (string)

## Response 400 fields (application/json):

  - `error` (string, required)

  - `code` (integer, required)

  - `correlationId` (string)

  - `responseMessages` (string, required)


