---
title: "Get details of a quarantine range - v1"
method: GET
path: "/ransomwarerecovery/v1/quarantineranges/resource/{resourceID}/range/{rangeID}"
tags: ["Ransomware Recovery"]
---

# Get details of a quarantine range - v1

`GET /ransomwarerecovery/v1/quarantineranges/resource/{resourceID}/range/{rangeID}`

Returns information about a quarantine range on an infected resource using the rangeID.
:fa-info-circle: Both v1 and v2 Quarantine APIs are supported for Endpoints, File Server, NAS, VMware, OneDrive, and SharePoint.

## Path parameters

- `resourceID` integer, required
- `rangeID` string, required

## Response `200`

OK

- QuarantineRangeGetResponse
  - `resourceID` integer — The unique identifier of the resource or a device which is quarantined. Example - 101
  - `rangeID` integer — The unique identifier of the quarantine range for the quarantined resource. Example - 101.
  - `orgID` integer — The Phoenix organization ID for the resource. For inSync workloads, value will be -1.
  - `resourceName` string — Name of the quarantined resource. Example - Ernie Carter's Macbook.
  - `resourceParent` string — Name of the device user which is quarantined. Example - Ernie Carter
  - `resourcePlatform` string — The operating system on the quarantined resource. Example - linux
  - `resourceType` string — The type of resource. A resource can be one of the following types: Endpoint OneDrive SharePoint File Server NAS VMware and so on
  - `workload` string — The type of workload. A workload can be one of the following types: endpoint oneDrive sharePoint fileserver nas vmware, and so on
  - `fromDate` string, date — Lists the start date of the quarantine range. Example - 2020-01-25.
  - `toDate` string, date — Lists the end date of the quarantine change. If the administrator has not defined any end date, empty string is returned.
  - `addedTime` string, date — The date and time when the quarantine range was created. Format - YYYY-MM-DDTHH:MM:SSZ Example - 2020-01-02T15:04:05Z
  - `dataLock` boolean — Resource is data locked or not, if true, cannot delete the quarantined snapshots

## Other responses

- `400` — Bad Request
- `401` — The request either did not include an authentication token, or you have provided an expired authentication token.
- `404` — The requested resource was not found.
- `500` — Internal Server Error

---

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