list_inventory_items
List SentinelOne managed assets including computers, servers, cloud resources, and network-discovered devices with pagination and optional surface filtering.
Instructions
List managed assets in SentinelOne with pagination and optional filtering.
Use this tool to browse SentinelOne managed assets including computers, servers, workstations, cloud resources, and network-discovered devices.
Args: limit: Number of items to retrieve (1-1000, default: 50). skip: Number of items to skip for pagination (default: 0). surface: Optional surface filter: - "ENDPOINT": Endpoint assets (agents, workstations, servers, computers) - "CLOUD": Cloud resources (AWS, Azure, GCP) - "IDENTITY": Identity entities (AD, Entra ID) - "NETWORK_DISCOVERY": Network-discovered devices (Ranger)
Returns: Paginated list of inventory items in JSON format with pagination info.
Raises: ValueError: If parameters are invalid. InventoryAuthenticationError: If authentication fails. InventoryNetworkError: If network operation fails. InventoryAPIError: If the API returns an error. InventoryClientError: For other client-level errors.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| skip | No | ||
| surface | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |