Skip to main content
GET
/
agents
/
{agentId}
/
memory
cURL
curl -X GET 'https://api.nuntly.com/agents/aB3dE7fG/memory' \
  -H 'Authorization: Bearer apk_xxx'
{
  "data": {
    "id": "<string>",
    "createdAt": "<string>",
    "agentId": "<string>",
    "inboxId": "<string>",
    "threadId": "<string>",
    "memory": {},
    "summary": "<string>",
    "updatedAt": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Use an API key from https://nuntly.com/dashboard/api-keys. Required on every endpoint.

Path Parameters

agentId
string
required

The agent identifier.

Response

Successful response.

data
object
required