Asset Inventory List
inventory_listRetrieve a filtered, paginated page of inventory assets by type, search, environment, provider, or source. Use cursor-based pagination to avoid silent truncation.
Instructions
Return a filtered, paginated page of inventory asset rows.
``type`` / ``search`` / ``min_severity`` are pushed into the graph store;
the ``environment`` / ``provider`` / ``source`` facets are matched with a
bounded keyset refill loop so a filtered page is never silently truncated.
Page deep with the returned ``pagination.next_cursor``. Findings never
appear in the list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Comma-separated asset entity types to include, e.g. 'agent,cloud_resource'. Finding types are rejected. | |
| limit | No | Maximum asset rows to return (1-200). | |
| cursor | No | Opaque keyset cursor from a previous page's pagination.next_cursor. | |
| offset | No | Pagination offset for non-cursor paging. | |
| search | No | Free-text search over asset name / label / attributes. | |
| source | No | Filter by data-source / provenance facet. | |
| scan_id | No | Optional graph scan ID. Omit to use the latest snapshot. | |
| provider | No | Filter by provider facet, e.g. 'aws', 'snowflake'. | |
| tenant_id | No | Tenant scope for the snapshot. Defaults to 'default'. | default |
| environment | No | Filter by environment facet, e.g. 'production'. | |
| min_severity | No | Minimum severity floor for included assets: critical / high / medium / low. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |