Skip to main content
GET
/
bots
List bots
curl --request GET \
  --url https://api.helloannie.com/v1/bots
{
  "data": [
    {
      "id": "550e8400-e29b-41d4-a716-446655440000",
      "name": "Susan",
      "internalName": "general_practice_bot",
      "external_id": "practice_123_main_bot",
      "childBots": [
        "550e8400-e29b-41d4-a716-446655440001",
        "550e8400-e29b-41d4-a716-446655440002"
      ]
    }
  ]
}

Query Parameters

external_id
string
required

External identifier of the organization you want to list bots for.

Response

200 - application/json

OK

data
object[]