curl -X GET "https://example.com/memory/plans/active/list"nullGenerate Snapshot
Fire a manual snapshot. Bypasses min-interval (per design D3) but NOT the cross-replica lock — concurrent ``POST /generate`` calls for the same workspace return ``409 Conflict`` with ``{reason: lock_held}`` on the loser (Codex-R4 #1).
Get Agent Evaluation History
Get the evaluation history for an agent on a given (dimension, domain) slot. Returns ``{history: [<dict>, ...]}`` sorted most-recent-first. Returns ``{history: []}`` when no evaluations have been written yet. Error codes: - ``404 AGENT_NOT_FOUND``: agent_id does not belong to the current tenant. - ``422``: required query params missing. Split out from ``/evaluation`` per Codex Round-3 F3 (no include_history flag).