Status of Submit
/status
- token (string, required)
- jobid (int, required)
This will give you a detailed look at a specific job, specified by jobid. It will return the insert status along with each number in that submitted job.
{
"code": 200,
"status": "success",
"data": "success"
}
{
"code": 500,
"status": "error",
"data": "something went wrong"
}