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 'http://localhost:5601/api/security_ai_assistant/knowledge_base/kb12345' \
--header "Authorization: $API_KEY"
Response examples (200)
{
"defend_insights_exists": true,
"elser_exists": false,
"is_setup_available": true,
"is_setup_in_progress": true,
"product_documentation_status": "installed",
"security_labs_exists": false,
"user_data_exists": true
}
Response examples (400)
{
"error": "Bad Request",
"message": "Invalid resource ID provided.",
"statusCode": 400
}