Successful request returning the requested Knowledge Base Entry.
Hide attributes Show attributes Whether this Knowledge Base Entry is global, defaults to false.
Name of the Knowledge Base Entry.
namespace string Required Kibana Space, defaults to 'default' space.
users array[object] Required Users who have access to the Knowledge Base Entry, defaults to current user. Empty array provides access to all users.
Could be any string, not necessarily a UUID.
Hide users attributes Show users attributes object createdAt string Required Time the Knowledge Base Entry was created.
createdBy string Required User who created the Knowledge Base Entry.
id string(nonempty) Required A string that does not contain only whitespace characters.
updatedAt string Required Time the Knowledge Base Entry was last updated.
updatedBy string Required User who last updated the Knowledge Base Entry.
kbResource string Required Knowledge Base resource name for grouping entries, e.g. 'security_labs', 'user', etc.
Values are security_labs
, defend_insights
, or user
.
Source document name or filepath.
Knowledge Base Entry content.
type string Required Discriminator Whether this resource should always be included, defaults to false.
Object containing Knowledge Base Entry text embeddings and modelId used to create the embeddings.
Hide vector attributes Show vector attributes object ID of the model used to create the embeddings.
Tokens with their corresponding values.
Hide tokens attribute Show tokens attribute object * number Additional properties Hide attributes Show attributes Whether this Knowledge Base Entry is global, defaults to false.
Name of the Knowledge Base Entry.
namespace string Required Kibana Space, defaults to 'default' space.
users array[object] Required Users who have access to the Knowledge Base Entry, defaults to current user. Empty array provides access to all users.
Could be any string, not necessarily a UUID.
Hide users attributes Show users attributes object createdAt string Required Time the Knowledge Base Entry was created.
createdBy string Required User who created the Knowledge Base Entry.
id string(nonempty) Required A string that does not contain only whitespace characters.
updatedAt string Required Time the Knowledge Base Entry was last updated.
updatedBy string Required User who last updated the Knowledge Base Entry.
description string Required Description for when this index or data stream should be queried for Knowledge Base content. Passed to the LLM as a tool description.
Field to query for Knowledge Base content.
Index or Data Stream to query for Knowledge Base content.
queryDescription string Required Description of query field used to fetch Knowledge Base content. Passed to the LLM as part of the tool input schema.
type string Required Discriminator inputSchema array[object] Array of objects defining the input schema, allowing the LLM to extract structured data to be used in retrieval.
Hide inputSchema attributes Show inputSchema attributes object description string Required Description of the field.
fieldName string Required fieldType string Required outputFields array[string] Fields to extract from the query result, defaults to all fields if not provided or empty.
A generic error occurred, such as an invalid id
or the entry not being found.
Hide response attributes Show response attributes object statusCode number Required HTTP status code of the error.