---
title: "Device storage volumes"
method: GET
path: "/v2/device/{id}/volumes"
tags: ["devices"]
---

# Device storage volumes

`GET /v2/device/{id}/volumes`

Returns device volumes' details

## Path parameters

- `id` integer, required

## Query parameters

- `include` string

## Response `default`

default response

- object[]
  - `name` string — Name
  - `driveLetter` string — Drive Letter
  - `label` string — Volume Label
  - `deviceType` string — Device Type
  - `fileSystem` string — File System Type
  - `autoMount` boolean — Automatically Mounted
  - `compressed` boolean — Compressed
  - `capacity` integer — Capacity (bytes)
  - `freeSpace` integer — Free Space (bytes)
  - `serialNumber` string — Serial Number
  - `bitLockerStatus` object — BitLocker Status
    - `conversionStatus` 'FULLY_DECRYPTED' | 'FULLY_ENCRYPTED' | 'ENCRYPTION_IN_PROGRESS' | 'DECRYPTION_IN_PROGRESS' | 'ENCRYPTION_PAUSED' | 'DECRYPTION_PAUSED' | 'UNKNOWN' — Volume encryption or decryption status.
    - `encryptionMethod` 'NONE' | 'AES_128_WITH_DIFFUSER' | 'AES_256_WITH_DIFFUSER' | 'AES_128' | 'AES_256' | 'HARDWARE_ENCRYPTION' | 'XTS_AES_128' | 'XTS_AES_256' | 'UNKNOWN' — Indicated the encryption algorithm and key size used on the volume
    - `protectionStatus` 'UNPROTECTED' | 'PROTECTED' | 'UNKNOWN' | 'PENDING' — indicates whether the volume and its encryption key (if any) are secured.
    - `lockStatus` 'UNKNOWN' | 'UNLOCKED' | 'LOCKED' — Indicates whether the contents of the volume are accessible from Windows
    - `initializedForProtection` boolean — Is initialized for protection

---

[API](https://skmtc.net/ninjarmm/apis/ninjaone-public-api-2-0.md) · [All operations](https://skmtc.net/ninjarmm/apis/ninjaone-public-api-2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ninjarmm/ninjaone-public-api-2-0/revisions/753f26d46650/schema)
