Bot Admin
The Bot Admin API handles a universal lookup and the relations of Virtual Agents across all environments.
The single method exposed here is used to retrieve the list of bots available within an Environment.
Path parameters
orgUUIDstringRequired
A valid uuid of environment
envUUIDstringRequired
A valid uuid of environment
Responses
200
OK
*/*
400
Bad Request
*/*
409
Conflict
*/*
422
Unprocessable Entity
*/*
500
Internal Server Error
*/*
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?