Skip to main content
GET
Structured filter over the workspace context graph (Memory nodes).

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

kind
string

Memory.kind: decision | fact | preference.

status
string

Memory.status: current | proposed | superseded | contested | expired | invalidated. Default: current.

q
string

Substring search against Memory.content. Case-insensitive. Use recall for semantic search.

tags
string[]

Tag list. Matches when ALL listed tags are present in metadata.tags. Up to 20 tags.

from
string

ISO-8601 inclusive lower bound on createdAt.

to
string

ISO-8601 exclusive upper bound on createdAt.

scope_id
string

Optional scope to restrict results to. Caller must have CAN_READ on the scope or the call returns 403.

cursor
string

Opaque pagination cursor returned by a previous call.

limit
number
default:20

Maximum hits per page. Default 20, max 100.

Response

Success

success
enum<boolean>
required
Available options:
true
data
object
required
meta
object