---
title: "Return all WordPress sites' backup status"
method: GET
path: "/WordPressBackup/any_running"
tags: ["WordPressBackup", "WordPress Manager Backups"]
---

# Return all WordPress sites' backup status

`GET /WordPressBackup/any_running`

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

**Note:**

You **must** install the [WordPress Manager](https://go.cpanel.net/wordpressmanager) cPanel plugin to access this API function.

## Response `200`

HTTP Request was successful.

- object
  - `apiversion` integer — The version of the API.
  - `func` string — The name of the method called.
  - `module` string — The name of the module called.
  - `result` object
    - `data` object
      - `any_running` 0 | 1 — Whether any backups are in progess. * `1` - Backups are in progress. * `0` - No backups are in progress.
      - `sites` object[] — An array that contains each site with a backup in progress. The function only populates this array if it is actively processing a backup.
        - `id` string, nullable — The WordPress site's unique ID. **Note:** `null` is the only possible value. We have not implemented this return.
        - `site` string — The WordPress site's URL. The URL does not contain a protocol prefix.
        - `type` string — The type of process that is active. **Note:** `backup` is the only possible value.
      - `sse_url` string — The SSE service URL that the system uses to monitor the backup progress. The SSE service URL does not contain a protocol, hostname, or port.
    - `errors` string[], nullable — List of errors if the API failed.
    - `messages` string[], nullable — List of messages generated by the API.
    - `metadata` object
    - `status` 0 | 1 — * 1 - Success. * 0 - Failed. Check the `errors` field for more details.
    - `warnings` string[], nullable — List of warnings generated by the API. Warnings describe non-critical failures or other problematic conditions noted while running a API.

---

[API](https://skmtc.net/cpanel/apis/cpanel-uapi.md) · [All operations](https://skmtc.net/cpanel/apis/cpanel-uapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cpanel/cpanel-uapi/revisions/632e2f8e6d04/schema)
