invgate_list_software
List installed software with pagination and optional nested search criteria. Filter by fields like name to pinpoint specific software assets.
Instructions
List installed software with pagination and optional search criteria.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (1-based). | |
| criteria | No | InvGate nested criteria, e.g. { "name": "cont:MacBook" }. Each entry becomes criteria[field]=op:value on the query string. | |
| per_page | No | Items per page (max 200). |