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 <= 365Response Body
application/json
application/json
curl -X GET "http://127.0.0.1:14242/agent/working-memory/history"{}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}