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

Authorizations

X-Api-Key
string
header
required

Path Parameters

agentId
string
required

Response

200 - */*

Default Response

content
string
unabsorbedDirectives
object[]
I