List memory stores
List memory stores through the OMA API.
?beta=true.Authorizations
OMA workspace API key.
Query Parameters
Selects the beta API contract for this endpoint. Must be true.
true Maximum number of stores to return per page. Must be between 1 and 100. Defaults to 20 when omitted.
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.
When true, archived stores are included in the results. Defaults to false (archived stores are excluded).
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
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).