Get an agent's memory summary
Returns the current permanent collection, its effective model, and automatic learning progress without starting work.
Authorizations
A Recursion API key, created in the console under API keys.
Path Parameters
Agent id (UUID) as returned by createAgent or listAgents.
Response
One agent's living memory collection and automatic learning progress.
One agent's living memory collection and automatic learning progress.
Agent whose sessions contribute to this memory.
Current display name of the agent.
Resolved memory model, inherited from this agent unless overridden.
Sessions whose extraction failed permanently and will not be retried automatically.
Number of current memories available for recall.
Useful session reports waiting to be incorporated.
Committed collection revision, increased by each applied update.
Whether memory is waiting for evidence, current, updating, or retrying after a failure.
waiting, idle, updating, delayed Total bytes of current memory content.
Most recent successful automatic memory update, including checks that changed nothing.
Most recent change to current memory content.
Explicit model override; absent means same as agent.
Permanent collection id; absent before its first session starts.
Earliest next retry after a failed learning run.