Get Observation (Experimental)
Get Observation (Experimental)
Returns a specific observation node by UUID. Observation nodes are read-only.
Path parameters
uuid
Observation UUID
Response
Observation
created_at
Creation time of the node
name
Name of the node
uuid
UUID of the node
attributes
Additional attributes of the derived node.
episode_ids
Episode UUIDs that support this observation. Only populated for observation nodes in web API responses.
labels
Labels associated with the node
relevance
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).
score
Score is the reranker output: sigmoid-distributed logits [0,1] when using cross_encoder reranker, or RRF ordinal rank when using rrf reranker
selection_rank
SelectionRank is the global cross-scope rank assigned by auto scope selection.
summary
Region summary of member nodes
Errors
400
Bad Request Error
404
Not Found Error
500
Internal Server Error