cork_get_installer_history
List past software install attempts with dispatch state, target client/device, package, and errors. Filter by client or device to audit installation history.
Instructions
List past software install attempts (most recent first) with dispatch state, target client/device, package, and any errors. Filter by client_uuid or device_uuid. state is one of queued, running, success, partial, error - 'success' means the RMM accepted the job, not that the on-device install finished.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (1-based). Defaults to 1. | |
| page_size | No | Items per page (max 100). Defaults to 10. | |
| client_uuid | No | Filter to installs targeting a single client. Obtain from cork_get_clients. | |
| device_uuid | No | Filter to installs targeting a single mapped device. Obtain from cork_get_client_devices. | |
| partner_uuid | No | Filter by partner UUID (distributor users only). Distributors scoping to a child partner's client or device must set this too - client_uuid/device_uuid alone stay scoped to your own partner's installs. |