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.

Changes

Changed in 3 of the 67 revisions of this API.46

  • d2b230555b7f12See the full diff
    • response property next_page list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • removed BetaTimestamp from the data/items/archived_at response property allOf list for the response status 200

      response-property-all-of-removed

    • added BetaTimestamp subschema #2 to the data/items/archived_at response property anyOf list for the response status 200

      response-property-any-of-added

  • 6edc6519fd3233See the full diff
    • the data/items/archived_at response's property type/format changed from string/date-time to / for status 200

      response-property-type-changed

    • the data/items/created_at response's property type/format changed from string/date-time to / for status 200

      response-property-type-changed

    • the data/items/updated_at response's property type/format changed from string/date-time to / for status 200

      response-property-type-changed

    • added BetaTimestamp to the data/items/archived_at response property allOf list for the response status 200

      response-property-all-of-added

    • added BetaTimestamp to the data/items/created_at response property allOf list for the response status 200

      response-property-all-of-added

    • added BetaTimestamp to the data/items/updated_at response property allOf list for the response status 200

      response-property-all-of-added

    • endpoint added

      endpoint-added