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

Chatbot training

Checks if retraining of the model is required

get

Required Permission: chatbots.training-status.get

Resource: chatbots/:chatbotId

Authorizations
x-chatcaptain-keystringRequired
Path parameters
chatbotIdstringRequired

The ID of the chatbot.

Responses
200

Indicates whether training is required due to changes.

application/json
trainingRequiredbooleanRequired

Indicates whether retraining is required after changes to intents or examples.

Example: true
errorstringOptional

Optional error message.

get
/v1/chatbots/{chatbotId}/training/required

Last updated