Skip to main content
POST
Search a Memory Store

Authorizations

Authorization
string
header
required

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

Headers

checkfu-version
enum<string>
required
Available options:
2026-08-27

Path Parameters

id
string
required
Pattern: ^memstore_[0-9a-f]{32}$

Body

application/json
query
string
required
Required string length: 1 - 500
revision
string
Pattern: ^mrev_[0-9a-f]{32}$
path_prefix
string
Required string length: 1 - 1024
limit
integer
Required range: 1 <= x <= 100
cursor
string
Maximum string length: 64

Response

Success

revision
string
required
Pattern: ^mrev_[0-9a-f]{32}$
results
object[]
required
next_cursor
string | null
required