For the complete documentation index, see llms.txt. This page is also available as Markdown.

Chatbot deployments

Retrieves the status of active deployments for all environments.

get

Required Permission: chatbots.deployments.status

Resource: chatbots/:chatbotId

Authorizations
x-chatcaptain-keystringRequired
Path parameters
chatbotIdstringRequired

The ID of the chatbot.

Responses
200

The status of deployments for the test, prod, and dev environments.

application/json
errorstringOptional

An optional error message.

get
/v1/chatbots/{chatbotId}/deployments/status

Last updated