---
title: "Validate restoration queue is active"
method: GET
path: "/restore_queue_is_active"
tags: ["Account Restoration", "Restore Queue Reporting"]
---

# Validate restoration queue is active

`GET /restore_queue_is_active`

This function checks whether the system's restoration queue is actively processing tasks.

## Response `200`

HTTP Request was successful.

- object
  - `data` object
    - `is_active` 0 | 1 — Whether the restoration queue is actively processing tasks. * `1` — Currently active. * `0` — **Not** currently active.
  - `metadata` object
    - `command` string — The method name called.
    - `reason` string — The reason the API function failed when the `metadata.result` field is `0`. This field may display a success message when a function succeeds.
    - `result` 0 | 1 — * `1` — Success. * `0` — Failed. Check the `reason` field for more details.
    - `version` integer — The version of the API function.

---

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