invgate_list_assets
List and search assets in InvGate with pagination, type filter, and custom criteria.
Instructions
List and search assets. Supports pagination, asset-type filter, and 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). | |
| asset_type_id | No | Filter assets by asset type ID. |