v1

latestOpenAPI 3.0.2cPanel License2026-08-06657427.1 MB
WordPressBackup
WordPress Manager Backups

Return all WordPress sites' backup status

This function checks for any active WordPress® site backups on the cPanel account.

Note:

You must install the WordPress Manager cPanel plugin to access this API function.

get/WordPressBackup/any_running

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": "any_running",
  "module": "WordPressBackup",
  "result": {
    "data": {
      "sites": [
        {
          "id": "null",
          "site": "example.com",
          "type": "backup"
        }
      ],
      "sse_url": "/sse/WordPressBackup"
    },
    "status": 1
  }
}