downloads

get_download_task_status

Get the current status of a download task

Securityx-api-key
Request
path Parameters
task_id
required
string

ID of the download task to check

Responses
200

Task status retrieved successfully

404

Task not found

429

Rate limit exceeded

default

Unexpected error

get/dashboard/download/tasks/{task_id}
Request samples
Response samples
application/json
{
  • "resource": {
    }
}

create_dashboard_element_download_task

Creates an asynchronous download task for a specific element within a dashboard.

Securityx-api-key
Request
path Parameters
dashboard_id
required
string
dashboard_element_id
required
string
query Parameters
accountId
string
expanded_tables
boolean
filters
string
Responses
200

Download task created successfully

400

Invalid request parameters

404

Dashboard or Element not found

429

Rate limit exceeded

default

Unexpected error

post/dashboard/download/dashboards/{dashboard_id}/dashboard_elements/{dashboard_element_id}
Request samples
Response samples
application/json
{
  • "resource": {
    }
}

get_dashboard_element_download_task_results

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

Securityx-api-key
Request
path Parameters
dashboard_id
required
string
dashboard_element_id
required
string
query Parameters
task_id
required
string

ID of the download task to get results for

Responses
200

Download task results retrieved successfully

404

Dashboard, element, or task not found

default

Unexpected error

get/dashboard/download/dashboards/{dashboard_id}/dashboard_elements/{dashboard_element_id}
Request samples
Response samples
application/json
{
  • "error": "string",
  • "code": 0,
  • "correlationId": "string",
  • "responseMessages": "string"
}