---
title: "Processor report"
method: GET
path: "/v2/queries/processors"
tags: ["queries"]
---

# Processor report

`GET /v2/queries/processors`

Returns list of processors

## 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[]
    - `architecture` string — Architecture
    - `maxClockSpeed` integer — Max Clock Speed
    - `clockSpeed` integer — Current Clock Speed
    - `name` string — Name
    - `numCores` integer — Number of Cores
    - `numLogicalCores` integer — Number of Logical Cores]
    - `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)
