List all nodes with filtering and pagination
Returns a paginated list of nodes with optional filtering by name, type, and inventory.
Authentication
AuthorizationBasic
Basic authentication of the form Basic <base64(username:password)>.
Query parameters
page
Page number, used when skip is not provided
pageSize
Number of items to return (page size)
skip
Number of items to skip (takes precedence over page-based calculation)
sortField
Field to sort by (optional, uses natural order if not provided)
sortOrder
Sort order: 1 for ascending, -1 for descending
search
search
inventory_identifier
Filter by specific inventory or inventories
types
types
Response
Paginated list of nodes
status
result
error
Errors
500
Internal Server Error