ninja_query_custom_fields
Retrieve custom field values from devices and organizations using device filters, pagination, field selection, and optional inheritance.
Instructions
Query custom field values across all devices and organizations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| df | No | Device filter expression | |
| pageSize | No | Max results to return | |
| cursor | No | Pagination cursor from previous response | |
| fields | No | Comma-separated list of field names to include | |
| updatedAfter | No | Return fields updated after this epoch timestamp (seconds) | |
| withInheritance | No | Include inherited values | |
| scopes | No | Comma-separated entity scopes to filter by |