List all nodes with filtering and pagination
Returns a paginated list of nodes with optional filtering by name, type, and inventory.
Basic authentication of the form Basic <base64(username:password)>.
Number of items to return (page size)
Number of items to skip (takes precedence over page-based calculation)
Field to sort by (optional, uses natural order if not provided)
Sort order: 1 for ascending, -1 for descending