OptionalcursorOptionaldepthGet sub nodes up to this many levels below the specified node. Depth 0 is the root node.
OptionallimitOptionalnodeID of a node that are the root of the subtree you request (default is the root node).
OptionalpartitionPartition specifier of the form "n/m". It will return the n'th (1-indexed) part of the result divided into m parts
OptionalpropertiesFilter for node properties. Only nodes that match all the given properties exactly will be listed. The filter must be a JSON object with the same format as the properties field.
OptionalsortEnables sorting on node ID as opposed to tree index. This may result in faster response times for certain requests.
Cursor for paging through results