AI Agents
Get a Chatbot
Gets info about an existing chatbot.
GET
/
api
/
projects
/
{projectName}
/
chatbots
/
{chatbotName}
Path Parameters
projectName
string
requiredThe name of the project where agent resides
chatbotName
string
requiredName of existing chatbot
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?