search_devices
Search N-central device inventory by name or bounded filters with pagination, scoped globally or by organization.
Instructions
Search the global or organization-scoped N-central device inventory by human name or bounded filters and pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| all | No | Fetch bounded pages, up to 20 pages or 10,000 records. | |
| name | No | Case-insensitive human-name search. Automatically scans bounded pages; do not combine with pageNumber or pageSize. | |
| select | No | N-central FIQL/RSQL row filter. | |
| sortBy | No | Field used to sort results. | |
| filterId | No | Optional N-central device filter identifier. | |
| pageSize | No | Page size from 1-1000; -1 is used only on documented operations. | |
| nameMatch | No | Human-name matching mode; requires name. | |
| orgUnitId | No | Optional organization unit scope. | |
| sortOrder | No | Sort direction. | |
| pageNumber | No | Page number, starting at 1. | |
| detailLevel | No | compact (default) returns discovery fields; full returns complete device records. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| meta | Yes |