List Agents
Headers
Header authentication of the form Bearer <token>
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.
Whether to sort agents oldest to newest (True) or newest to oldest (False, default)
Response
The in-context memory of the agent.
The ids of the messages in the agent’s in-context memory.
The response format used by the agent when returning from send_message
.
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