Knowledge Base
Get record by ID
Retrieve detailed information about a specific record.
Overview:
Returns complete record metadata including name, type, indexing status, storage information, and version history.
File conversion:
Use the optional convertTo parameter to request file format conversion (e.g., PDF to text). Supported conversions include PPT to PDF and PPTX to PDF.
get/knowledgeBase/record/{recordId}
Path parameters
recordIdstring required
Record ID
Query parameters
convertTostring
Example:txt
Optional format to convert the file to (e.g., PDF to text). Supported conversions include PPT to PDF and PPTX to PDF.
Response
Successful operation
Example response
{
"record": {
"connectorName": "DRIVE",
"recordType": "FILE"
}
}