v4

OpenAPI 3.1.02026-08-01420618.8 KB
Content Management

List memory entries with history

List all latest memory entries from specified container tags with their update history and source documents

post/v4/memories/list

Request body

containerTagsstring[] required

Container tags to filter memory entries. At least one tag is required.

order'asc' | 'desc'

Sort order

sort'createdAt' | 'updatedAt'

Field to sort by

Response

Successfully retrieved memory entries

Example response

{
  "pagination": {
    "currentPage": 1,
    "limit": 10,
    "totalItems": 100,
    "totalPages": 10
  }
}