Get User Nodes

Returns all nodes for a user

Path parameters

user_idstringRequired

User ID

Request

This endpoint expects an object.
limitintegerOptional

Maximum number of items to return

uuid_cursorstringOptional

UUID based cursor, used for pagination. Should be the UUID of the last item in the previous page

Response

Nodes

created_atstring

Creation time of the node

namestring

Name of the node

summarystring

Regional summary of surrounding edges

uuidstring

UUID of the node

attributesmap from strings to anyOptional

Additional attributes of the node. Dependent on node labels

labelslist of stringsOptional

Labels associated with the node

Errors