v1

latestOpenAPI 3.0.2cPanel License2026-08-06657427.1 MB
Backup

Return backup files

This function lists the account's backup files.

get/Backup/list_backups

Response

HTTP Request was successful.

apiversioninteger

The version of the API.

funcstring

The name of the method called.

modulestring

The name of the module called.

Example response

{
  "apiversion": 3,
  "func": "list_backups",
  "module": "Backup",
  "result": {
    "data": [
      "2014-12-02T00:00:00.000Z"
    ],
    "metadata": {
      "cnt": 1,
      "transformed": 1
    },
    "status": 1
  }
}