@wildix/wim-knowledge-base-client > ListDataSourceSynchronizationLogsInput
ListDataSourceSynchronizationLogsInput interface
Signature:
export interface ListDataSourceSynchronizationLogsInput
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
string | undefined | (Optional) The unique identifier of the tenant when a service token is used. | ||
string | Unique identifier of the data source | ||
number | undefined | (Optional) | ||
SyncLogLevel | undefined | (Optional) The log level to filter the sync logs by. Possible values: 'debug', 'info', 'warn', 'error'. | ||
number | undefined | (Optional) | ||
string | undefined | (Optional) The search query string for filtering the history results. | ||
string | undefined | (Optional) Sort order of the results. If there is a '-' prefix, the results will be sorted in descending order. Otherwise, the results will be sorted in ascending order. Example: '-createdAt' will sort the results by createdAt in descending order. 'createdAt' will sort the results by createdAt in ascending order. |