invgate_list_computers
Retrieve a paginated list of computer assets filtered by customizable search criteria.
Instructions
List computer assets 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). |