cURL
curl --request GET \ --url https://api.eden.art/v2/agents/{agentId}/memory \ --header 'X-Api-Key: <api-key>'
{ "content": "<string>", "unabsorbedDirectives": [ { "_id": "<string>", "content": "<string>", "createdAt": "<string>" } ] }
Retrieve the personalized memory content and unabsorbed directives for a specific agent.
Default Response
Show child attributes