v53

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-076771,7565.2 MB
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>&nbsp;<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.

defend_insights_existsboolean

Indicates if Defend Insights documentation exists in the KnowledgeBase.

elser_existsboolean

Indicates if the ELSER model exists for the KnowledgeBase.

is_setup_availableboolean

Indicates if the setup process is available for the KnowledgeBase.

is_setup_in_progressboolean

Indicates if the setup process is currently in progress.

product_documentation_statusstring

The status of the product documentation in the KnowledgeBase.

security_labs_existsboolean

Indicates if Security Labs documentation exists in the KnowledgeBase.

user_data_existsboolean

Indicates if user data exists in the KnowledgeBase.

Example response

{
  "defend_insights_exists": true,
  "elser_exists": true,
  "is_setup_available": true,
  "product_documentation_status": "complete",
  "security_labs_exists": true
}