Get Working Memory
Read the agent's working memory.
Returns today's working memory by default. Pass a date (YYYY-MM-DD) to read an archived day instead.
Query Parameters
date?|
YYYY-MM-DD for archived WM
space_id?Space Id
Isolation space to read
Default
"default"Response Body
application/json
application/json
curl -X GET "https://example.com/agent/working-memory"{}{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string", "input": null, "ctx": {} } ]}