List Agent Memories

List per-caller memories extracted for an agent. Memories are written post-call by the built-in extractor when memory_enabled is true on the agent; the list is sorted newest-first.

Authentication

AuthorizationBearer

Enter your API key with the Bearer prefix, e.g. ‘Bearer sk_…’.

Path parameters

idstringRequired

Query parameters

limitintegerOptionalDefaults to 100
Maximum rows to return. Defaults to 100, capped at 200.
offsetintegerOptionalDefaults to 0

Number of rows to skip. Combine with limit to page through older memories.

Response

Memories for the agent.
memorieslist of objects

Errors

401
Unauthorized Error
404
Not Found Error