Check Job Status
POST/checkJobStatus
This API is used to fetch the status of any job other that Data Import Job.
The Authorization must have Bearer followed by Token.
Mandatory params:
jobgroup,
jobname
Request
Path Parameters
path stringrequired
- multipart/form-data
Body
jobgroup string
jobname string
Responses
- 200
Check Job Status
Response Headers
- Date - string 
- Server - string 
- Set-Cookie - string 
- Transfer-Encoding - string 
- X-Frame-Options - string 
- application/json
- Schema
- Example (from schema)
- Check Job Status
Schema
errorCode string
msg string
{
  "errorCode": "0",
  "msg": "IN-PROGRESS"
}
{
  "errorCode": "0",
  "msg": "IN-PROGRESS"
}
Loading...