list_assets
Retrieve a filtered list of IT assets by state, class, assigned user, or location. Use to track hardware, licenses, and consumables in ServiceNow.
Instructions
List IT assets with optional filtering by state, class, or assigned user
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max records (default 25) | |
| query | No | Additional encoded query | |
| state | No | Asset state: "in_use", "in_stock", "retired", "missing" | |
| location | No | Location name or sys_id | |
| asset_class | No | Asset class: "alm_hardware", "alm_license", "alm_consumable" | |
| assigned_to | No | User sys_id to filter by assignee |