Retrieves a list of nodes
Returns a paginated list of nodes across all publishers.
Query Parameters
Page number of the nodes list
Number of nodes to return per page. Values above the declared maximum are outside the contract, but this service does not reject them: it serves the maximum instead, and the page size actually served is echoed back as limit (and drives totalPages), so a clamp is always detectable by the caller. Treat the maximum as the real page stride — a client that asks for more and assumes it received more will miss rows. 0 and negative values are also accepted and select the default, which is why no minimum is declared: sub-1 is meaningful here, not invalid.
x <= 100Keyword to search the nodes
Keyword to search the nodes by repository URL
Keyword to search the nodes by comfy node name
Filter nodes by supported operating systems
Filter nodes by supported accelerator
Whether to include banned nodes in the results. Defaults to including them; pass false to exclude.