Read a KnowledgeBase for a resource
Spaces method and path for this operation:
get /s/{space_id}/api/security_ai_assistant/knowledge_base/{resource}
Refer to Spaces for more information.
Read a knowledge base with a specific resource identifier.
GET
/api/security_ai_assistant/knowledge_base/{resource}
curl \
--request GET 'https://localhost:5601/api/security_ai_assistant/knowledge_base/kb12345' \
--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"
}