Memory

List or semantically search memories across all agents (debug/admin)

post/api/memory/list

Request body

querystring

Natural-language query. If present, runs semantic search; otherwise lists by recency.

agentIdstring

Filter to a single agent. Omit for all.

scope'agent' | 'swarm' | 'all'
source'manual' | 'file_index' | 'session_summary' | 'task_completion'
sourcePathstring

Substring match against sourcePath (case-insensitive). Useful for file_index memories.

limitinteger
offsetinteger

Response

Memory list / search results

totalnumber required
limitnumber required
offsetnumber required
mode'semantic' | 'list' required

Changes

Changed in 2 of the 104 revisions of this API.3

    • added the media type application/json for the response with the status

      response-media-type-added

    • added the media type application/json for the response with the status

      response-media-type-added

    • the request property format was generalized from uuid to no format

      request-property-type-generalized