Retrieve cycle state
To verify that the data load was successful, perform the following HTTP request.
GET "https://<hostname>/mining/api/pub/dataIngestion/v1/dataSets/<data set>/ingestionCycles/<ingestion cycle>/state"
You receive a response with the current state value (INGESTING_DATA, COMPLETED_SUCCESSFULLY, or FAILED) and optionally a respective reason.
For more details, see chapter Retrieve cycle state.