List supported patches
patch_supported_patches_listRetrieve all patches supported by Endpoint Central, with severity, approval, and download status. Filter by platform, severity, approval, or bulletin ID, with pagination.
Instructions
Retrieves the catalog of all patches supported and manageable by Endpoint Central (not just those applicable to current systems), with severity, approval status, and download status. Supports filtering and pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| raw | No | Return the full, unprojected record for each row instead of the curated default field set. | |
| page | No | Page number to retrieve. Default is 1. | |
| patchId | No | Filter to the patch with this patch_id. | |
| pageLimit | No | Max records per page (server cap is 1000). Defaults to the server's configured default page size. | |
| bulletinId | No | Filter to patches with this bulletin ID, e.g. MS18-JAN9 or TU-075. | |
| platformFilter | No | Filter by OS platform: Windows, Mac, or Linux. | |
| severityFilter | No | Filter by patch severity: 0 Unrated (no severity assigned), 1 Low (minimal impact), 2 Moderate (average impact), 3 Important (significant impact), 4 Critical (high impact or security risk). | |
| approvalStatusFilter | No | Filter by approval status: 211 Approved (approved for deployment), 0 Not Approved (approval pending), 212 Declined. |