The id of the knowledgebase the datasource belongs to.
The id of the datasource.
an object with query parameters
Optional
limit?: numberThe number of knowledgebases to get.
Optional
next?: stringOptional parameter to request the next page.
Optional
prev?: stringOptional parameter to request the previous page.
Optional
sort?: "COMPLETED" | "-COMPLETED"Optional resource field name to sort on, case insensitive, eg. name. Can be prefixed with - to set descending order, defaults to ascending.
Optional
options: ApiCallOptions
Retrieves sync history for a specified datasource in a knowledgebase. Returns a
404
if there is no sync history, or if the calling user doesn't have access to the datasource.