Skip to main content

Get help for ARIS Process Mining functions and services

Check if the data set is ready for data load

The data set must be ready to load the data into the process storage. To check the state of the data set, perform the following HTTP request.

POST "https://<hostname>/mining/api/pub/dataIngestion/v1/dataSets/<data set>/readyForIngestion"

You must send a request body to the server in the following form:

{
"dataLoadTriggered": true
}

If the data set is ready, you receive a positive response. Otherwise, the response is negative and contains the corresponding reason