---
title: "Retrieves Windows patch data for an Asset"
method: GET
path: "/customer_assets/{id}/patches"
tags: ["Asset"]
---

# Retrieves Windows patch data for an Asset

`GET /customer_assets/{id}/patches`

Required permission: Assets - List/Search
Single-Customer Users can only access own assets.

## Path parameters

- `id` integer, required

## Response `200`

successful

- object
  - `available_patches` object[], required
    - `kb` unknown
    - `title` string, required — Patch title
    - `category` unknown
    - `status` 'Missing Patches' | 'Failed Patches' | 'Rejected Patches', required — Patch status group
    - `attempted_installation` unknown
    - `rejected_at` unknown
    - `evaluated_at` unknown
    - `installed_at` unknown
    - `failure_reason` unknown
  - `installed_patches` object[], required
    - `kb` unknown
    - `title` string, required — Patch title
    - `category` unknown
    - `status` 'Missing Patches' | 'Failed Patches' | 'Rejected Patches' | 'Recently Installed', required — Patch status group
    - `installed_at` unknown
  - `available_patches_meta` object, required
    - `page` integer
    - `per_page` integer
    - `total_pages` integer
    - `total_entries` integer

## Other responses

- `404` — asset not found

---

[API](https://skmtc.net/syncromsp/apis/syncro.md) · [All operations](https://skmtc.net/syncromsp/apis/syncro/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/syncromsp/syncro/versions/3df3aed287cc/schema)
