glpi_list_items
List GLPI items by type such as computers, tickets, or users. Use search, sorting, and range filters to retrieve specific records.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Field to sort by | |
| order | No | Sort order | |
| range | No | Range of items to return (e.g. "0-10") | |
| itemType | Yes | The type of generic object to list (e.g. Computer, Ticket, User) | |
| is_deleted | No | Include deleted items | |
| searchText | No | Filter/search criteria if simple text search is supported by basic list |