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)