List all software packages for all devices

This will list all pending/installed updates, and all installed applications, for all devices in a given organization.

SecuritybearerAuth
Request
path Parameters
id
required
integer <int64>

Organization ID for retrieving package list.

Example: 123456
query Parameters
includeUnmanaged
integer <int64>

Include applications Automox does not currently support for patching.

Enum: 0 1
Example: includeUnmanaged=0
awaiting
integer <int64>

Filter based installation status of package. awaiting=1: Packages that are currently available but not installed. awaiting=0: Packages that are already installed.

Enum: 0 1
Example: awaiting=0
page
integer
Default: 0

The page of results you wish to be returned with page numbers starting at 0. See About Automox API - Pagination

Example: page=0
limit
integer [ 1 .. 500 ]
Default: 500

A limit on the number of results to be returned, between 1 and 500, with a default of 500. Use with page parameter. See About Automox API - Pagination

Example: limit=500
Responses
200

Successful Operation

400

Invalid Request

401

Access token is missing or invalid

403

You do not have permission to perform this action.

404

Entity not found

429

Too many requests

503

Service Unavailable

default

Invalid Request

get/orgs/{id}/packages
Request samples
$apiKey = 'your_automox_api_key'
$headers = @{ "Authorization" = "Bearer $apiKey" }
$url = 'https://console.automox.com/api/orgs/0000/packages?o=0000&awaiting=1&includeUnmanaged=0'
$response = (Invoke-WebRequest -Method Get -Uri $url -Headers $headers).Content
Response samples
application/json
{
  • "summary": "Package list example",
  • "description": "Example of device packages showing available updates, patches, and software with vulnerability information",
  • "value": [
    • {
      • "id": 4708994564,
      • "server_id": 4656516,
      • "package_id": 245706660,
      • "software_id": 733867,
      • "installed": false,
      • "ignored": false,
      • "group_ignored": false,
      • "deferred_until": null,
      • "group_deferred_until": null,
      • "name": "microsoft_365_en-us_(64)",
      • "display_name": "Microsoft 365 - en-us",
      • "version": "16.0.18623.20156",
      • "repo": "Microsoft",
      • "cves": null,
      • "cve_score": null,
      • "agent_severity": null,
      • "severity": null,
      • "package_version_id": 276513713,
      • "os_name": "11 Home",
      • "os_version": "10.0.26100",
      • "os_version_id": 13235,
      • "create_time": "2025-04-02T02:05:25+0000",
      • "requires_reboot": false,
      • "patch_classification_category_id": null,
      • "patch_scope": null,
      • "is_uninstallable": false,
      • "secondary_id": null,
      • "is_managed": true,
      • "impact": null,
      • "organization_id": 106068
      },
    • {
      • "id": 4708994579,
      • "server_id": 4656516,
      • "package_id": 246676602,
      • "software_id": 34289,
      • "installed": false,
      • "ignored": false,
      • "group_ignored": false,
      • "deferred_until": null,
      • "group_deferred_until": null,
      • "name": "Dropbox_32",
      • "display_name": "Dropbox",
      • "version": "221.4.5365",
      • "repo": "Dropbox",
      • "cves": null,
      • "cve_score": null,
      • "agent_severity": null,
      • "severity": null,
      • "package_version_id": 276539981,
      • "os_name": "11 Home",
      • "os_version": "10.0.26100",
      • "os_version_id": 13235,
      • "create_time": "2025-04-02T15:39:00+0000",
      • "requires_reboot": false,
      • "patch_classification_category_id": null,
      • "patch_scope": null,
      • "is_uninstallable": false,
      • "secondary_id": null,
      • "is_managed": true,
      • "impact": null,
      • "organization_id": 106068
      },
    • {
      • "id": 3218238526,
      • "server_id": 3514590,
      • "package_id": 234724320,
      • "software_id": 1609578,
      • "installed": false,
      • "ignored": false,
      • "group_ignored": false,
      • "deferred_until": null,
      • "group_deferred_until": null,
      • "name": "12dda321-a84d-4072-8d6b-90875ed94c09",
      • "display_name": "2022-08 Security Update for Windows 11 22H2 for x64-based Systems (KB5012170)",
      • "version": "207",
      • "repo": "WindowsUpdate",
      • "cves": [
        • "CVE-2020-0689",
        • "ADV200011",
        • "CVE-2022-34303",
        • "CVE-2022-34301",
        • "CVE-2022-34302",
        • "CVE-2022-35820"
        ],
      • "cve_score": "9.0",
      • "agent_severity": "9.0",
      • "severity": "critical",
      • "package_version_id": 252868000,
      • "os_name": "11 Pro",
      • "os_version": "10.0.22621",
      • "os_version_id": 6590,
      • "create_time": "2023-04-11T17:10:59+0000",
      • "requires_reboot": true,
      • "patch_classification_category_id": null,
      • "patch_scope": null,
      • "is_uninstallable": false,
      • "secondary_id": "KB5012170",
      • "is_managed": true,
      • "impact": 0,
      • "organization_id": 106068
      },
    • {
      • "id": 3218238530,
      • "server_id": 3514590,
      • "package_id": 241412833,
      • "software_id": 1926274,
      • "installed": false,
      • "ignored": false,
      • "group_ignored": false,
      • "deferred_until": null,
      • "group_deferred_until": null,
      • "name": "e3b1f372-d92d-47c4-b921-012fea9bb006",
      • "display_name": "Update for Windows Security platform antimalware platform - KB5007651 (Version 1.0.2306.10002)",
      • "version": "200",
      • "repo": "WindowsUpdate",
      • "cves": [ ],
      • "cve_score": null,
      • "agent_severity": null,
      • "severity": null,
      • "package_version_id": 258520388,
      • "os_name": "11 Pro",
      • "os_version": "10.0.22621",
      • "os_version_id": 6590,
      • "create_time": "2023-09-21T20:49:05+0000",
      • "requires_reboot": false,
      • "patch_classification_category_id": null,
      • "patch_scope": null,
      • "is_uninstallable": false,
      • "secondary_id": "KB5007651",
      • "is_managed": true,
      • "impact": 0,
      • "organization_id": 106068
      },
    • {
      • "id": 3218238517,
      • "server_id": 3514590,
      • "package_id": 242066248,
      • "software_id": 2130847,
      • "installed": false,
      • "ignored": false,
      • "group_ignored": false,
      • "deferred_until": null,
      • "group_deferred_until": null,
      • "name": "a86b89c3-c593-4b6f-9be5-da1a081f2307",
      • "display_name": "2023-10 Update for Windows 11 Version 22H2 for x64-based Systems (KB4023057)",
      • "version": "1",
      • "repo": "WindowsUpdate",
      • "cves": [ ],
      • "cve_score": null,
      • "agent_severity": null,
      • "severity": null,
      • "package_version_id": 259767491,
      • "os_name": "11 Pro",
      • "os_version": "10.0.22621",
      • "os_version_id": 6590,
      • "create_time": "2023-10-26T17:00:16+0000",
      • "requires_reboot": true,
      • "patch_classification_category_id": null,
      • "patch_scope": null,
      • "is_uninstallable": false,
      • "secondary_id": "KB4023057",
      • "is_managed": true,
      • "impact": 0,
      • "organization_id": 106068
      },
    • {
      • "id": 3218238515,
      • "server_id": 3514590,
      • "package_id": 242490511,
      • "software_id": 2154295,
      • "installed": false,
      • "ignored": false,
      • "group_ignored": false,
      • "deferred_until": null,
      • "group_deferred_until": null,
      • "name": "5ec9da23-a4a7-4789-841c-bb4697f584d4",
      • "display_name": "2023-11 Cumulative Update for .NET Framework 3.5 and 4.8.1 for Windows 11, version 22H2 for x64 (KB5032007)",
      • "version": "200",
      • "repo": "WindowsUpdate",
      • "cves": [
        • "CVE-2023-36049",
        • "CVE-2023-36560"
        ],
      • "cve_score": "8.8",
      • "agent_severity": "5.0",
      • "severity": "high",
      • "package_version_id": 260407586,
      • "os_name": "11 Pro",
      • "os_version": "10.0.22621",
      • "os_version_id": 6590,
      • "create_time": "2023-11-14T18:00:40+0000",
      • "requires_reboot": false,
      • "patch_classification_category_id": null,
      • "patch_scope": null,
      • "is_uninstallable": false,
      • "secondary_id": "KB5032007",
      • "is_managed": true,
      • "impact": 0,
      • "organization_id": 106068
      },
    • {
      • "id": 3218238521,
      • "server_id": 3514590,
      • "package_id": 242490513,
      • "software_id": 2154276,
      • "installed": false,
      • "ignored": false,
      • "group_ignored": false,
      • "deferred_until": null,
      • "group_deferred_until": null,
      • "name": "4aaf207e-4c20-40b1-a9a4-4599129527bd",
      • "display_name": "Windows Malicious Software Removal Tool x64 - v5.119 (KB890830)",
      • "version": "200",
      • "repo": "WindowsUpdate",
      • "cves": [ ],
      • "cve_score": null,
      • "agent_severity": null,
      • "severity": null,
      • "package_version_id": 260407588,
      • "os_name": "11 Pro",
      • "os_version": "10.0.22621",
      • "os_version_id": 6590,
      • "create_time": "2023-11-14T18:00:40+0000",
      • "requires_reboot": false,
      • "patch_classification_category_id": null,
      • "patch_scope": null,
      • "is_uninstallable": false,
      • "secondary_id": "KB890830",
      • "is_managed": true,
      • "impact": 0,
      • "organization_id": 106068
      },
    • {
      • "id": 3218238536,
      • "server_id": 3514590,
      • "package_id": 232535215,
      • "software_id": 734330,
      • "installed": false,
      • "ignored": false,
      • "group_ignored": false,
      • "deferred_until": null,
      • "group_deferred_until": null,
      • "name": "microsoft_365_(64)",
      • "display_name": "Microsoft 365 - es-es",
      • "version": "16.0.17029.20108",
      • "repo": "Microsoft",
      • "cves": [ ],
      • "cve_score": null,
      • "agent_severity": null,
      • "severity": null,
      • "package_version_id": 261338487,
      • "os_name": "11 Pro",
      • "os_version": "10.0.22621",
      • "os_version_id": 6590,
      • "create_time": "2023-12-08T18:22:44+0000",
      • "requires_reboot": false,
      • "patch_classification_category_id": null,
      • "patch_scope": null,
      • "is_uninstallable": false,
      • "secondary_id": null,
      • "is_managed": true,
      • "impact": null,
      • "organization_id": 106068
      },
    • {
      • "id": 3218238527,
      • "server_id": 3514590,
      • "package_id": 243202043,
      • "software_id": 2189023,
      • "installed": false,
      • "ignored": false,
      • "group_ignored": false,
      • "deferred_until": null,
      • "group_deferred_until": null,
      • "name": "091939e1-018b-400c-8708-2085cccaafba",
      • "display_name": "2023-12 Cumulative Update for Windows 11 Version 22H2 for x64-based Systems (KB5033375)",
      • "version": "1",
      • "repo": "WindowsUpdate",
      • "cves": [
        • "CVE-2023-35641",
        • "CVE-2023-36696",
        • "CVE-2023-36391",
        • "CVE-2023-36011",
        • "CVE-2023-20588",
        • "CVE-2023-21740",
        • "CVE-2023-36003",
        • "CVE-2023-36004",
        • "CVE-2023-36005",
        • "CVE-2023-36006",
        • "CVE-2023-35639",
        • "CVE-2023-35642",
        • "CVE-2023-35644",
        • "CVE-2023-35628",
        • "CVE-2023-35630",
        • "CVE-2023-35631",
        • "CVE-2023-35634",
        • "CVE-2023-35635"
        ],
      • "cve_score": "9.0",
      • "agent_severity": null,
      • "severity": "critical",
      • "package_version_id": 261447352,
      • "os_name": "11 Pro",
      • "os_version": "10.0.22621",
      • "os_version_id": 6590,
      • "create_time": "2023-12-12T18:00:25+0000",
      • "requires_reboot": false,
      • "patch_classification_category_id": null,
      • "patch_scope": null,
      • "is_uninstallable": false,
      • "secondary_id": "KB5033375",
      • "is_managed": true,
      • "impact": 0,
      • "organization_id": 106068
      },
    • {
      • "id": 3218238529,
      • "server_id": 3514590,
      • "package_id": 243499452,
      • "software_id": 2208338,
      • "installed": false,
      • "ignored": false,
      • "group_ignored": false,
      • "deferred_until": null,
      • "group_deferred_until": null,
      • "name": "b01f7160-b237-4d3a-a0f0-b6f8775a778f",
      • "display_name": "Security Intelligence Update for Microsoft Defender Antivirus - KB2267602 (Version 1.403.1377.0) - Current Channel (Broad)",
      • "version": "200",
      • "repo": "WindowsUpdate",
      • "cves": [ ],
      • "cve_score": null,
      • "agent_severity": null,
      • "severity": null,
      • "package_version_id": 261903275,
      • "os_name": "11 Pro",
      • "os_version": "10.0.22621",
      • "os_version_id": 6590,
      • "create_time": "2023-12-30T18:12:30+0000",
      • "requires_reboot": false,
      • "patch_classification_category_id": null,
      • "patch_scope": null,
      • "is_uninstallable": false,
      • "secondary_id": "KB2267602",
      • "is_managed": true,
      • "impact": 0,
      • "organization_id": 106068
      },
    • {
      • "id": 4818151918,
      • "server_id": 3519797,
      • "package_id": 247580116,
      • "software_id": 257328,
      • "installed": false,
      • "ignored": false,
      • "group_ignored": false,
      • "deferred_until": null,
      • "group_deferred_until": null,
      • "name": "OpenVPN_Connect_64",
      • "display_name": "OpenVPN Connect",
      • "version": "3.7.1",
      • "repo": "OpenVPN Inc",
      • "cves": null,
      • "cve_score": null,
      • "agent_severity": null,
      • "severity": null,
      • "package_version_id": 277517900,
      • "os_name": "11 Pro",
      • "os_version": "10.0.26100",
      • "os_version_id": 13234,
      • "create_time": "2025-05-05T19:31:26+0000",
      • "requires_reboot": false,
      • "patch_classification_category_id": null,
      • "patch_scope": null,
      • "is_uninstallable": false,
      • "secondary_id": null,
      • "is_managed": true,
      • "impact": null,
      • "organization_id": 106068
      }
    ]
}