Skip to main content
POST
/
memory
/
query
Memory Query
curl --request POST \
  --url https://api.example.com/memory/query \
  --header 'Content-Type: application/json' \
  --data '
{
  "scope_type": "<string>",
  "scope_id": "<string>",
  "entry_type": "<string>",
  "since": "<string>",
  "k": 20,
  "query": "<string>"
}
'
[
  {}
]

Body

application/json

S6-MINE-01 — structured filter over the memory layer.

scope_type
string
required
Pattern: ^(project|session|user)$
scope_id
string
required
Minimum string length: 1
entry_type
string | null
since
string | null
k
integer
default:20
Required range: 1 <= x <= 100
query
string | null

Response

Successful Response