Get agent memory history
GET/v2/agents/:agent_key/memory/history
Retrieve the version history of the agent's _learned_memory skill.
Each entry is a full snapshot of the memory content at that version, ordered by version ascending.
Returns an empty list if the agent has no memory history.
Request
Responses
- 200
- 403
- 404
The agent's memory version history.
Permissions do not allow accessing this agent.
Agent not found.