Get all memories

View as Markdown
List all memories for a user with optional pagination and filtering.

Authentication

AuthorizationBearer
XTrace API key as Bearer token.

Query parameters

user_idstringRequired
limitintegerOptional1-100Defaults to 20
cursorstringOptional
Opaque pagination cursor from a previous response.

Response

Paginated memory list
resultslist of objects
next_cursorstring or null

Errors

401
Unauthorized Error