Status of Submit

/status

Full Url

Arguments

  • token (string, required)
  • jobid (int, required)

Info

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.

Example Success

{
"code": 200,
"status": "success",
"data": "success"
}

Example Error

{
"code": 500,
"status": "error",
"data": "something went wrong"
}