curl --location --request GET 'http://dev-cn.your-api-server.com/v2/users//apps//inputs/status'
{
"status": {
"code": {},
"description": "string",
"details": "string",
"stackTrace": [
"string"
],
"percentCompleted": 0,
"timeRemaining": 0,
"reqId": "string",
"internalDetails": "string",
"redirectInfo": {
"url": "string",
"resourceType": "string",
"oldResourceId": "string",
"newResourceId": "string"
}
},
"counts": {
"processed": 0,
"toProcess": 0,
"errors": 0,
"processing": 0,
"reindexed": 0,
"toReindex": 0,
"reindexErrors": 0,
"reindexing": 0
}
}