---
title: "Antivirus threats report"
method: GET
path: "/v2/queries/antivirus-threats"
tags: ["queries"]
---

# Antivirus threats report

`GET /v2/queries/antivirus-threats`

Returns list of antivirus threats

## 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[]
    - `name` string — Threat name
    - `productCode` string — AntiVirus vendor product code
    - `quarantineId` string — Threat Quarantine ID
    - `status` string — Threat Status (vendor specific)
    - `type` string — Type of Threat
    - `threatId` integer — Threat ID
    - `category` string — Threat Category
    - `level` string — Threat Level
    - `detectionSource` string — Detection source
    - `traceList` string — Trace list (Files, Cookies, etc. Vendor specific)
    - `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)
