AI Agents
List All Chatbots
Gets all chatbots created by the user.
GET
/
api
/
projects
/
{projectName}
/
chatbots
Path Parameters
projectName
string
requiredThe name of the project where agent resides
Response
200 - application/json
name
string
database_id
string
Connection to a chat app like Slack or MS Teams
agent_name
string
Agent object created beforehand. Alternatively, provide a large language model (LLM) using the model_name
parameter.
Was this page helpful?