Get Documentation From Knowledge Base
Get details about a specific documentation making up the agent's knowledge base
Path parameters
The id of a document from the knowledge base. This is returned on document addition.
The id of a document from the knowledge base. This is returned on document addition.
Query parameters
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
{
"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 26 revisions of this API.3
- ○
added the optional property
oneOf[subschema #2: GetKnowledgeBaseFileResponseModel]/auto_sync_infoto the response with the200statusresponse-optional-property-added
- ○
added the optional property
oneOf[subschema #2: GetKnowledgeBaseFileResponseModel]/refresh_statusto the response with the200statusresponse-optional-property-added
- ○
added the required property
oneOf[subschema #4: GetKnowledgeBaseFolderResponseModel]/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
- ○