Structured filter over the workspace context graph (Memory nodes).
Structured filter over the workspace context graph (Memory nodes). Filter by kind / status / tags / date range / scope. Pair with recall for semantic ANN. Bounded by scope-membership ACL.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Memory.kind: decision | fact | preference.
Memory.status: current | proposed | superseded | contested | expired | invalidated. Default: current.
Substring search against Memory.content. Case-insensitive. Use recall for semantic search.
Tag list. Matches when ALL listed tags are present in metadata.tags. Up to 20 tags.
ISO-8601 inclusive lower bound on createdAt.
ISO-8601 exclusive upper bound on createdAt.
Optional scope to restrict results to. Caller must have CAN_READ on the scope or the call returns 403.
Opaque pagination cursor returned by a previous call.
Maximum hits per page. Default 20, max 100.

