Retrieves all agents associated with the specified block. Raises a 404 if the block does not exist.
Successful Response
The id of the agent. Assigned by the database.
The name of the agent.
The system prompt used by the agent.
The type of agent.
The LLM configuration used by the agent.
The embedding configuration used by the agent.
The in-context memory of the agent.
The tools used by the agent.
The sources used by the agent.
The id of the user that made this object.
The id of the user that made this object.
The timestamp when the object was created.
The timestamp when the object was last updated.
The list of tool rules.
The ids of the messages in the agent’s in-context memory.
The description of the agent.
The metadata of the agent.
The environment variables for tool execution specific to this agent.
The id of the project the agent belongs to.
The id of the template the agent belongs to.
The base template id of the agent.