/api/projects/{project_name}/agents/{agent_name}
This API endpoint lists details about an agent using the GET
method.
Learn more about agents and the available parameters following this doc page.
Path Parameters
Defines the project where the agents are located. Note that the default project name is
mindsdb
.Defines the agent name to get its details.
Body
None.Response
Unique identifier for the agent.
The name assigned to the agent.
The ID of the project where the agent resides.
Timestamp indicating when the agent was created.
Timestamp indicating when the agent was last updated.
Stores data connected to an agent, including
tables
and knowledge_bases
.Stores parameters of the model, including
provider
, model_name
, and api_key
.Stores instruction to an agent. This should contain the description of connected data.