latestOpenAPI 3.0.2cPanel License2026-08-106251554.3 MB

3da41671c02c

Backups
Backup or Restore

Return backup files for the server's accounts

This function lists locally-stored and backup-destination stored backup files for the server's accounts.

get/backup_set_list_combined

Response

HTTP Request was successful.

Example response

{
  "data": {
    "backup_set": {
      "cpusername1": [
        {
          "when": "2020-01-25T00:00:00.000Z",
          "where": "local"
        },
        {
          "when": "2020-01-26T00:00:00.000Z",
          "where": "local"
        }
      ],
      "cpusername2": [
        {
          "when": "2020-01-25T00:00:00.000Z",
          "where": "local"
        },
        {
          "when": "2020-01-26T00:00:00.000Z",
          "where": "local"
        }
      ]
    },
    "destination_legend": {
      "GLT1vFsVO8cqk2UWWFpJ9kSQ": {
        "name": "More Backups",
        "type": "Local"
      }
    }
  },
  "metadata": {
    "command": "backup_set_list_combined",
    "reason": "OK",
    "result": 1,
    "version": 1
  }
}