Retrieve Agent
Path Parameters
The ID of the agent in the format ‘agent-<uuid4>’
Query Parameters
Specify which relational fields (e.g., ‘tools’, ‘sources’, ‘memory’) to include in the response. If not provided, all relationships are loaded by default. Using this can optimize performance by reducing unnecessary joins.This is a legacy parameter, and no longer supported after 1.0.0 SDK versions.
Response
Deprecated: Use model field instead. The LLM configuration used by the agent.
Deprecated: Use embedding field instead. The embedding configuration used by the agent.
Deprecated: Use blocks field instead. The in-context memory of the agent.
The ids of the messages in the agent’s in-context memory.
If set to True, the agent will not remember previous messages (though the agent will still retain state via core memory blocks and archival/recall memory). Not recommended unless you have an advanced use case.
The multi-agent group that this agent manages
The timezone of the agent (IANA format).
The per-file view window character limit for this agent. Setting this too high may exceed the context window, which will break the agent.
Deprecated: use secrets field instead.
Deprecated: Use identities field instead. The ids of the identities associated with this agent.
Deprecated: Use managed_group field instead. The multi-agent group that this agent manages.