# Return active restoration tasks list This function lists the tasks that the restoration queue is actively processing. Endpoint: GET /restore_queue_list_active Version: 11.134.0.5 Security: BasicAuth ## Response 200 fields (application/json): - `data` (object) - `data.restore_job` (array) An array of objects that contain information about an active task in the restoration queue. - `data.restore_job.options` (object) A list of information about an active task in the restoration queue. - `data.restore_job.options.destid` (string) The backup location from which to restore the data. Example: "local" - `data.restore_job.options.give_ip` (integer) Whether the task will assign the account a dedicated IP address. * — Assign. * — Will assign. Enum: 0, 1 - `data.restore_job.options.mail_config` (integer) Whether the function will restore the account's email configuration. * — Restore. * — Will restore. Enum: 0, 1 - `data.restore_job.options.mysql` (integer) Whether the task will restore the account's MySQL® databases. * — Restore. * — Will restore. Enum: 0, 1 - `data.restore_job.options.subdomains` (integer) Whether the function will restore the account's subdomains. * — Restore. * — Will restore. Enum: 0, 1 - `data.restore_job.restore_point` (string) The date of the backup that the task will use, in format. Example: "2019-10-21T00:00:00.000Z" - `data.restore_job.user` (string) The cPanel account's username. Example: "username" - `metadata` (object) - `metadata.command` (string) The method name called. Example: "restore_queue_list_active" - `metadata.reason` (string) The reason the API function failed when the field is . This field may display a success message when a function succeeds. Example: "OK" - `metadata.result` (integer) * — Success. * — Failed. Check the field for more details. Enum: 0, 1 - `metadata.version` (integer) The version of the API function. Example: 1