Read a KnowledgeBase
Spaces method and path for this operation:
get /s/{space_id}/api/security_ai_assistant/knowledge_base
Refer to Spaces for more information.
Read a single KB
GET /api/security_ai_assistant/knowledge_base
curl \ --request GET 'https://localhost:5601/api/security_ai_assistant/knowledge_base' \ --header "Authorization: $API_KEY" Response examples (200)
{ "elser_exists": false, "user_data_exists": true, "is_setup_available": true, "is_setup_in_progress": true, "security_labs_exists": false, "defend_insights_exists": true, "product_documentation_status": "installed" }