v49

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-261319281.7 MB

List memory stores

get/v1/memory_stores?beta=true

Query parameters

limitinteger

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

pagestring

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_archivedboolean

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

created_at[gte]string date-time

A timestamp in RFC 3339 format

Return only stores whose created_at is at or after this time (inclusive). Sent on the wire as created_at[gte].

created_at[lte]string date-time

A timestamp in RFC 3339 format

Return only stores whose created_at is at or before this time (inclusive). Sent on the wire as created_at[lte].

Headers

x-api-keystring
anthropic-versionstring
anthropic-betastring

Response

Successful response (OK)

next_pagestring nullable

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