AgentBots
Inbox API
Conversations API
Contact Labels
CSAT Survey Page
Account AgentBots
Agents
Canned Responses
Canned Response
Custom Attributes
Contacts
Automation Rule
Help Center
Conversations
Conversation Assignment
Conversation Labels
Inboxes
Integrations
Profile
Teams
Custom Filters
Account AgentBots
List all AgentBots
Account AgentBots
List all AgentBots
List all agent bots available for the current account
GET
/
api
/
v1
/
accounts
/
{account_id}
/
agent_bots
curl --request GET \
--url https://app.chatwoot.com/api/v1/accounts/{account_id}/agent_bots
[
{
"id": 123,
"name": "<string>",
"description": "<string>",
"account_id": 123,
"outgoing_url": "<string>"
}
]
Path Parameters
The numeric ID of the account
Response
200
application/json
Success
Array of agent bots
curl --request GET \
--url https://app.chatwoot.com/api/v1/accounts/{account_id}/agent_bots
[
{
"id": 123,
"name": "<string>",
"description": "<string>",
"account_id": 123,
"outgoing_url": "<string>"
}
]