Search Knowledge Base Content
Fuzzy text search over knowledge base document content
Query parameters
The search query text
The search query text
How many documents to return at maximum. Can not exceed 100, defaults to 30.
How many documents to return at maximum. Can not exceed 100, defaults to 30.
If present, the endpoint will return only documents of the given types.
If present, the endpoint will return only documents of the given types.
Used for fetching next page. Cursor is returned in the response.
Used for fetching next page. Cursor is returned in the response.
Headers
Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.
Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.
Response
Successful Response
Example response
{
"results": [
{
"document": {
"access_info": {
"access_source": "creator",
"creator_email": "john.doe@example.com",
"creator_name": "John Doe",
"is_creator": true,
"role": "admin"
}
}
}
]
}Changes
Changed in 1 of the 27 revisions of this API.3
- ○
added the optional property
results/items/document/oneOf[subschema #2: GetKnowledgeBaseSummaryFileResponseModel]/auto_sync_infoto the response with the200statusresponse-optional-property-added
- ○
added the optional property
results/items/document/oneOf[subschema #2: GetKnowledgeBaseSummaryFileResponseModel]/refresh_statusto the response with the200statusresponse-optional-property-added
- ○
added the required property
results/items/document/oneOf[subschema #4: GetKnowledgeBaseSummaryFolderResponseModel]/document_countto the response with the200statusresponse-required-property-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○