List installed software for an endpoint
action1_software_inventory_for_endpointFetch installed software inventory for a single endpoint. Optionally filter results by application name substring.
Instructions
Fetch installed-software inventory for one endpoint, with optional name substring filter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max items. | |
| cursor | No | Pagination cursor. | |
| org_id | No | Org UUID. | |
| endpoint_id | Yes | Endpoint UUID. | |
| find_by_name | No | Substring filter on application name. | |
| response_format | No | Output format. Default markdown. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | ||
| count | Yes | ||
| items | Yes | ||
| total | No | ||
| has_more | No | ||
| next_cursor | No |