# get_dashboard_element_download_task_results

Get the results of a download task for a specific element within a dashboard.

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

## Path parameters:

  - `dashboard_id` (string, required)

  - `dashboard_element_id` (string, required)

## Query parameters:

  - `task_id` (string, required)
    ID of the download task to get results for

## Response 404 fields (application/json):

  - `error` (string, required)

  - `code` (integer, required)

  - `correlationId` (string)

  - `responseMessages` (string, required)


