Skip to main content
GET
/
v2
/
agents
/
{agentId}
/
memory-agent
Get Collective Memory
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>"
        }
      ]
    }
  ]
}

Authorizations

X-Api-Key
string
header
required

Path Parameters

agentId
string
required

Response

200 - */*

Default Response

shards
object[]
I