---
title: "GET /rapid-restore/{deviceId}/device-status"
method: GET
path: "/rapid-restore/{deviceId}/device-status"
tags: ["RapidRestore"]
---

# GET /rapid-restore/{deviceId}/device-status

`GET /rapid-restore/{deviceId}/device-status`

## Headers

- `X-Fields` string, mask

## Response `200`

Success

- RapidRestoreDeviceStatusDump
  - `availablePlans` AvailablePlans[]
    - `cost` number
    - `description` string
    - `optionId` integer
  - `canInstall` boolean
  - `compatibleOs` OptionDump[]
    - `currency` string — USD|other
    - `expressions` string[] — Used with `tags` to determine option compatibility. See product docs.
    - `id` integer — Unique ID of the option. Stays the same across products.
    - `monthlyPrice` number — Monthly price of the option.
    - `name` string, required — Unique option name.
    - `operatingSystemFeatures` OperatingSystem
      - `cloudInit` boolean
      - `postInstall` boolean
      - `sshKey` boolean
    - `tags` string[] — Used with `expressions` to determine option compatibility. See product docs.
    - `upgradeName` string — Name of the upgrade this option belongs to; used to label required-style group selectors (e.g. the reload license picker).
  - `hasCache` boolean
  - `hasService` boolean
  - `showTrial` boolean

## Other responses

- `400` — Error
- `403` — You have not been granted permission to complete this action. Please contact your account manager to grant the proper permission.
- `404` — Device not found

---

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