---
title: "Lists details of specific resource ID which is present in quarantine bay - v2"
method: GET
path: "/ransomwarerecovery/v2/quarantineranges/resource/{resourceID}"
tags: ["Ransomware Recovery"]
---

# Lists details of specific resource ID which is present in quarantine bay - v2

`GET /ransomwarerecovery/v2/quarantineranges/resource/{resourceID}`

Retrieves detailed information for specific resource IDs within the quarantine Bay.

## Path parameters

- `resourceID` string, required

## Query parameters

- `resourceType` 'Endpoint' | 'OneDrive' | 'SharePoint' | 'File Server' | 'NAS' | 'VMware', required
- `orgID` integer

## Response `200`

OK

- ListDetailsOfQuarantinedResourceResponseSchema
  - `resourceID` integer
  - `rangeIDs` object[]
    - `rangeID` integer
    - `fromDate` string, date
    - `toDate` string, date
    - `quarantineType` integer
  - `orgID` integer — The Phoenix organization ID for the resource.
  - `resourceName` string
  - `resourceParent` string
  - `resourcePlatform` string
  - `resourceType` string
  - `addedTime` string, date-time
  - `lastUpdatedTime` string, date-time
  - `dataLock` object[] — Provides information related to the Data Lock status of the snapshot.
    - `storageID` integer — Storage ID where the snapshots are backed up
    - `csetID` integer — CSET ID where the snapshots are backed up
    - `isDataLockEnabled` boolean

## Other responses

- `400` — Bad Request
- `401` — The request did not include an authentication token or an expired authentication token was supplied.
- `404` — 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)
