---
title: "Disk drives report"
method: GET
path: "/v2/queries/disks"
tags: ["queries"]
---

# Disk drives report

`GET /v2/queries/disks`

Returns list of physical disks

## Query parameters

- `df` string
- `ts` string
- `cursor` string
- `pageSize` integer

## Response `default`

default response

- object
  - `cursor` object
    - `name` string
    - `offset` integer
    - `count` integer
    - `expires` number, double
  - `results` object[]
    - `bytesPerSector` integer — Number of bytes per sector
    - `description` string — Description
    - `interfaceType` string — Interface type
    - `manufacturer` string — Manufacturer
    - `mediaType` string — Media Type
    - `model` string — Model
    - `name` string — Name
    - `partitionCount` integer — Number of partitions
    - `serialNumber` string — Serial number
    - `size` integer — Size (Bytes)
    - `smartCapable` boolean — Is S.M.A.R.T. capable?
    - `status` string — Status
    - `deviceId` integer — Device identifier
    - `timestamp` number, double — Date/Time when data was collected/updated

---

[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)
