Get agent memory
GET/v2/agents/:agent_key/memory
Retrieve the agent's _learned_memory skill and its memory metadata. All learned facts are accumulated into this single skill.
If the agent has no memory yet, the skill content is empty and memory_version is 0.
Request
Responses
- 200
- 403
- 404
The agent's memory skill and metadata.
Permissions do not allow accessing this agent.
Agent not found.