latestOpenAPI 3.0.2cPanel License2026-08-106251554.3 MB

3da41671c02c

Backups
Backup or Restore

Return backup files sent through transport

This function lists backup files that the system sent through a specified additional backup transport.

get/backup_list_transported

Query parameters

transportstring
Example:nN04BhzirlJUNSLSBXSMBEYG

The transport ID.

If you do not specify this parameter, the function returns backup information for all transports.

Note:

You may obtain the IDs for all configured transports by calling WHM API 1's backup_destination_list function.

Response

HTTP Request was successful.

Example response

{
  "data": {
    "remote_backups": {
      "nN04BhzirlJUNSLSBXSMBEYG": {
        "janedoe": [
          "2020-08-28T00:00:00.000Z",
          "2020-08-31T00:00:00.000Z",
          "2020-09-02T00:00:00.000Z"
        ]
      }
    }
  },
  "metadata": {
    "command": "backup_list_transported",
    "reason": "OK",
    "result": 1,
    "version": 1
  }
}