Training Status
Check if your chatbot is currently training.
After adding or updating training sources, your chatbot re-trains automatically. Use this endpoint to poll for completion — useful in automation workflows where you need to wait before proceeding.
Endpoints
| Endpoint | Description |
|---|---|
| Get Training Status | Returns whether training is in progress or complete |
Permissions
- Training > Read — Check training status
Assign Knowledgebase Tags
Assign tags to a training asset (URL, text, file, or media). This **replaces** all existing tags on the asset with the provided tags. **Permission required:** Training > Write
Get Training Status
Check whether your chatbot's knowledge base is currently training or has completed. Returns `training` if any files or URLs are pending/running, otherwise `completed`. **Permission required:** Training > Read