Memory

List memory documents

List project memory catalog rows without embedding search.

get/memory

Query parameters

projectIdstring uuid

Project to list memory for. Auto-filled from CLI and SDK context when omitted.

kindstring

Comma-separated kinds, for example note,runbook.

sincestring

Only return documents updated within this window, for example 7d.

servicestring

Filter to documents whose attrs.services contains this value.

pathPrefixstring

Filter to paths starting with this prefix.

managedboolean
cursorstring

Cursor from a previous response's nextCursor to fetch the next page.

limitinteger

Maximum number of documents to return per page.

Response

OK

nextCursorstring nullable required

Pass as 'cursor' to fetch the next page. Null when there are no more results.

Changes

No recorded changes to this endpoint across all 4 revisions of this API.