Bot Admin

The Bot Admin API handles a universal lookup and the relations of Virtual Agents across all environments.

API SUBPATH: eva-bot-admin

The single method exposed here is used to retrieve the list of bots available within an Environment.

Retrieves all existing bots in an Environment, given it's UUID.

get
Path parameters
orgUUIDstringRequired

A valid uuid of environment

envUUIDstringRequired

A valid uuid of environment

Responses
200
OK
*/*
get
GET /org/{orgUUID}/env/{envUUID}/bots-admin HTTP/1.1
Host: 
Accept: */*
{
  "bots": [
    {
      "uuid": "text",
      "environmentUuid": "text",
      "name": "text",
      "image": "text"
    }
  ]
}

Was this helpful?

#144: 4.5 - Gen AI (KAI, Rephrase, Assist) + What's New (Notifications)

Change request updated