Get Working Memory History
List dates with archived working memory.
Returns available dates newest-first. Use a specific date with the GET endpoint to read that day's content.
Query Parameters
limit?Limit
Default
30Range
1 <= value <= 365space_id?Space Id
Isolation space to inspect
Default
"default"Response Body
application/json
application/json
curl -X GET "https://example.com/agent/working-memory/history"{}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}