Get Working Memory History
List dates that have archived Working Memory files.
Scans ~/ai-now/memory-archive/ for YYYY/MM/YYYY-MM-DD.md files. Returns newest-first.
Query Parameters
limit?integer
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": {}
}
]
}