Retrieves knowledge base records for the application. Use this endpoint to browse all knowledge base sources including files, text entries, and websites.
Pagination: Uses cursor-based pagination with records returned in descending order (newest first). Supports bidirectional navigation using cursor and affix parameters.
API Key with fullAccess scope(i.e. Rest API Key from the Dashboard).
Pagination cursor (paginationKey from previous response meta). Used to fetch records relative to a specific position.
"1732492800000.12345"
Number of records per page (default: 10, maximum: 100)
20
Navigation direction: "append" for next/older records, "prepend" for previous/newer records
append, prepend End timestamp (Unix timestamp in milliseconds) to filter records created before this time
1732579200000
Start timestamp (Unix timestamp in milliseconds) to filter records created after this time
1732492800000