GET
/
api
/
v1
/
accounts
/
{account_id}
/
agent_bots
/
{agent_bot_id}
curl --request GET \
  --url https://chat.toolzz.ai/api/v1/accounts/{account_id}/agent_bots/{agent_bot_id}

Parameters

account_id
string

account_id: The ID of the account to list Agent Bots.

agent_bot_id
string

agent_bot_id: The ID of the agent bot to get details from.