Get dataset status
Datasets are stateless. This endpoint allows you to check the current statuses of data sources in the specified dataset to determine if the dataset is ready for running your jobs.
A dataset is fully synchronized only when both invalidCount
and synchingCount
in the response are 0
. Otherwise, the data sources that are not synchronized cannot be accessed.
Authorizations
Headers
The external trace ID. The length ranges from 0 to 128 characters.
Path Parameters
The dataset ID.
Response
Status code. 0 indicates that the operation is successful. Otherwise, the operation fails. Possible error codes include:
- 100: Bad request.
- 201: Request frequency limit.
- 9999: Internal error.
- 100001: Invalid operation.
The returned data object. Your dataset is fully synchronized only when both invalidCount
and synchingCount
are 0
. Otherwise, starting a conversation immediately cannot fetching data from data sourcs that are not synchronized.