Skip to main content
GET
List memory stores
Every request requires ?beta=true.

Authorizations

X-Api-Key
string
header
default:sk-ant-local-default
required

OMA workspace API key.

Headers

anthropic-version
string
anthropic-beta
string

Query Parameters

beta
enum<boolean>
required

Selects the beta API contract for this endpoint. Must be true.

Available options:
true
limit
integer<int32>

Maximum number of stores to return per page. Must be between 1 and 100. Defaults to 20 when omitted.

page
string

Opaque pagination cursor (a page_... value). Pass the next_page value from a previous response to fetch the next page; omit for the first page.

include_archived
boolean

When true, archived stores are included in the results. Defaults to false (archived stores are excluded).

created_at[gte]
string<date-time>

Return only stores whose created_at is at or after this time (inclusive). Sent on the wire as created_at[gte]. A timestamp in RFC 3339 format

created_at[lte]
string<date-time>

Return only stores whose created_at is at or before this time (inclusive). Sent on the wire as created_at[lte]. A timestamp in RFC 3339 format

Response

Successful response (OK)

A page of memory_store results, ordered by created_at descending (newest first).

data
object[]

Memory stores on this page, newest first. Empty when there are no stores matching the filters.

next_page
string | null

Opaque cursor for the next page (a page_... value). Pass as page on the next request. null when there are no more results.