Bot Admin

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

circle-info

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 per envUUID.

get
Path parameters
orgUUIDstringRequired

A valid uuid of environment

envUUIDstringRequired

A valid uuid of environment

Responses
chevron-right
200

OK

*/*
get
/org/{orgUUID}/env/{envUUID}/bots-admin

Retrieves all existing bots per botUUID.

get
Path parameters
orgUUIDstringRequired

A valid uuid of organization

envUUIDstringRequired

A valid uuid of environment

botUUIDstringRequired

A valid uuid of bot

Responses
chevron-right
200

OK

*/*
get
/org/{orgUUID}/env/{envUUID}/bots-admin/{botUUID}

Last updated

Was this helpful?