Get Community (Experimental)

Returns a specific community node by UUID. Community nodes are read-only.

Path parameters

uuidstringRequired
Community UUID

Response

Community
created_atstring
Creation time of the node
namestring
Name of the node
uuidstring
UUID of the node
attributesmap from strings to any
Additional attributes of the community node.
labelslist of strings
Labels associated with the node
relevancedouble

Relevance is an experimental rank-aligned score in [0,1] derived from Score via logit transformation. Only populated when using cross_encoder reranker; omitted for other reranker types (e.g., RRF).

scoredouble

Score is the reranker output: sigmoid-distributed logits [0,1] when using cross_encoder reranker, or RRF ordinal rank when using rrf reranker

summarystring
Region summary of member nodes

Errors

400
Bad Request Error
404
Not Found Error
500
Internal Server Error