# get_download_task_status Get the current status of a download task Endpoint: GET /dashboard/download/tasks/{task_id} Version: 1.0 Security: x-api-key ## Path parameters: - `task_id` (string, required) ID of the download task to check ## Response 200 fields (application/json): - `resource` (object, required) - `resource.id` (string) - `resource.status` (string, required) Enum: "added", "error", "killed", "running", "complete", "timeout" ## Response 404 fields (application/json): - `error` (string, required) - `code` (integer, required) - `correlationId` (string) - `responseMessages` (string, required) ## Response 429 fields (application/json): - `error` (string, required) - `code` (integer, required) - `correlationId` (string) - `responseMessages` (string, required) ## Response default fields (application/json): - `error` (string, required) - `code` (integer, required) - `correlationId` (string) - `responseMessages` (string, required)