List memory stores
Returns a cursor-paginated page of the project's memory stores, one roll-up row each (record count, tokens, last-updated, sessions, users). A store groups records under gen_ai.memory.store.id; the empty-string store is the unattributed bucket.
Path parameters
Project slug (human-readable identifier)
Project slug (human-readable identifier)
Query parameters
Opaque cursor returned in a previous response's nextCursor. Omit on the first page.
Opaque cursor returned in a previous response's nextCursor. Omit on the first page.
Page size. Defaults to 50; max 200.
Page size. Defaults to 50; max 200.
Field to sort by. Defaults to lastUpdated (most recently written first).
Field to sort by. Defaults to lastUpdated (most recently written first).
Sort direction. Defaults to desc.
Sort direction. Defaults to desc.
Response
Page of memory stores