Skip to main content
Monitor processing status and health of a knowledge base.
kb_id
string
required
The knowledge base ID
curl -X GET https://api-be.atthene.com/api/v1/knowledge-bases/kb_123/status/ \
  -H "x-api-key: YOUR_API_KEY"

Response

{
  "id": "kb_123",
  "status": "completed",
  "progress": 100,
  "processing_engine": "milvus",
  "collection_count": 2,
  "total_datasources": 15,
  "processed_datasources": 15,
  "failed_datasources": 0,
  "success_rate": 100,
  "estimated_completion": null,
  "last_updated": "2025-01-15T10:35:00Z"
}

Status Values

Knowledge base created but processing not started
Collections are being processed and indexed
All collections processed successfully
Processing failed - check error details