Get User Observations

Returns read-only observation nodes for a user’s graph.

Path parameters

user_idstringRequired
User ID

Request

Pagination parameters
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

Observations
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 derived node.
end_atstring

EndAt is the close timestamp of the evidence window. Set when the underlying pattern is no longer supported (closed observations); nil for active observations.

episode_idslist of strings
Episode UUIDs that support this observation. Only populated for observation nodes in web API responses.
labelslist of strings
Labels associated with the node
latest_evidence_atstring

LatestEvidenceAt is the most recent source-episode timestamp from which this observation drew evidence.

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

selection_rankinteger

SelectionRank is the global cross-scope rank assigned by auto scope selection.

start_atstring

StartAt is the earliest source-episode timestamp from which this observation was derived. Only populated for observation nodes.

summarystring
Region summary of member nodes

Errors

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