Security AI Assistant API
Read a KnowledgeBase for a resource
Spaces method and path for this operation:
<div><span class="operation-verb get">get</span> <span class="operation-path">/s/{space_id}/api/security_ai_assistant/knowledge_base/{resource}</span></div>Refer to Spaces for more information.
Read a knowledge base with a specific resource identifier.
get/api/security_ai_assistant/knowledge_base/{resource}
Path parameters
resourcestring required
The KnowledgeBase resource value.
Response
Indicates a successful call.
Example response
{
"defend_insights_exists": true,
"elser_exists": true,
"is_setup_available": true,
"product_documentation_status": "complete",
"security_labs_exists": true
}