List memory versions
List memory versions through the OMA API.
?beta=true.Authorizations
OMA workspace API key.
Path Parameters
Path parameter memory_store_id
Query Parameters
Selects the beta API contract for this endpoint. Must be true.
true Query parameter for memory_id
Query parameter for session_id
Query parameter for api_key_id
Query parameter for operation
The kind of mutation a memory_version records. Every non-no-op mutation to a memory appends exactly one version row with one of these values.
created, modified, deleted Return versions created at or after this time (inclusive). A timestamp in RFC 3339 format
Return versions created at or before this time (inclusive). A timestamp in RFC 3339 format
Query parameter for limit
Query parameter for page
Query parameter for view
Selects which projection of a memory or memory_version the server returns. basic returns the object with content set to null; full populates content. When omitted, the default is endpoint-specific: retrieve operations default to full; list, create, and update operations default to basic. Listing with view=full caps limit at 20.
basic, full Response
Successful response (OK)
Response payload for List memory versions.