list_assets
Retrieve IT assets from ServiceNow with filters for state, class, assigned user, location, or custom queries to manage inventory.
Instructions
List IT assets with optional filtering by state, class, or assigned user
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asset_class | No | Asset class: "alm_hardware", "alm_license", "alm_consumable" | |
| state | No | Asset state: "in_use", "in_stock", "retired", "missing" | |
| assigned_to | No | User sys_id to filter by assignee | |
| location | No | Location name or sys_id | |
| query | No | Additional encoded query | |
| limit | No | Max records (default 25) |