---
title: "Pending, Failed and Rejected Software patches report"
method: GET
path: "/v2/queries/software-patches"
tags: ["queries"]
---

# Pending, Failed and Rejected Software patches report

`GET /v2/queries/software-patches`

Returns list of 3rd party Software patches for which there were no installation attempts

## Query parameters

- `df` string
- `ts` string
- `status` string
- `productIdentifier` string
- `type` string
- `impact` string
- `cursor` string
- `pageSize` integer

## Response `default`

default response

- object
  - `cursor` object
    - `name` string
    - `offset` integer
    - `count` integer
    - `expires` number, double
  - `results` object[]
    - `id` string, uuid — Identifier
    - `productIdentifier` string, uuid — Software product identifier
    - `title` string — Patch title
    - `impact` string — Impact
    - `status` string — Status
    - `type` string — Patch type
    - `installedAt` number, double — Installation attempt timestamp
    - `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/versions/753f26d46650/schema)
