Skip to main content
GET
Get an agent's learning configuration

Authorizations

Authorization
string
header
required

A Recursion API key, created in the console under API keys.

Path Parameters

agent_id
string<uuid>
required

Agent id (UUID) as returned by createAgent or listAgents.

Response

Model and guidance for automatic learning from an agent's finished sessions. The default model follows the agent's model.

Model and guidance for automatic learning from an agent's finished sessions. The default model follows the agent's model.

instructions
string
read-only

Read-only standing guidance for every learning run of this agent. Capped at 4096 characters; the learning PATCH does not accept this field.

memory_model_ref
string

Model used for all memory learning stages. Empty inherits the agent's model; an explicit model reference or model id overrides it.

reflector_agent_id
string
read-only

Read-only analyzer reference used for memory updates. Empty uses the default; the learning PATCH does not accept this field.