assets_get_installed_applications
Retrieve a paginated list of software applications installed on a specific asset, including name, vendor, version, and install date.
Instructions
Get the paginated list of software applications installed on an asset. Returns name, vendor, version, and installed_at (falls back to first-seen date when no explicit install date is recorded).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Asset ID | |
| page | No | Page number (default 1) | |
| per_page | No | Records per page (default 100, max 100) |