cURL
curl --request GET \ --url https://api.eden.art/v2/agents/{agentId}/memory-agent \ --header 'X-Api-Key: <api-key>'
{ "shards": [ { "_id": "<string>", "agent_id": "<any>", "content": "<string>", "extraction_prompt": "<string>", "is_active": true, "facts": [ { "_id": "<string>", "content": "<string>", "createdAt": "<string>", "updatedAt": "<string>" } ], "unabsorbed_memory_ids": [ { "_id": "<string>", "content": "<string>", "createdAt": "<string>", "updatedAt": "<string>" } ] } ] }
Retrieve all collective memory shards and their facts for an agent.
Default Response
Show child attributes