The id of the knowledgebase.
an object with query parameters
Optionallimit?: numberThe number of sync histories to get.
Optionalnext?: stringOptional parameter to request the next page.
Optionalprev?: stringOptional parameter to request the previous page.
Optionalsort?: "COMPLETED" | "-COMPLETED"Optional resource field name to sort on, case insensitive, eg. name. Can be prefixed with - to set descending order, defaults to ascending.
Optionaloptions: ApiCallOptions
Retrieves sync history for the specified knowledgebase. Will return a
404if no sync history exists, or if the calling user does not have access to synced datasources.