Asset Inventory List
inventory_listRetrieve a filtered, paginated list of cloud and AI inventory assets, excluding findings, with facets and cursors for precise navigation.
Instructions
Return a filtered, paginated page of inventory asset rows.
Every filter and the exact whole-query total is evaluated natively by
the graph store. Facets are self-excluding and never derived from the
displayed page. Page deep with ``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'. | |
| severity | No | Filter by the asset's highest directly linked finding severity. | |
| 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 |