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
- multipart/form-data
Body
jobgroupstring
Example:
Analytics
jobnamestring
Example:
AnalyticsJob
Responses
- 200
Check Job Status
Response Headers
Date
string
Server
string
Set-Cookie
string
- application/json
- Schema
- Example (from schema)
- Check Job Status
Schema
errorCodestring
Example:
0
msgstring
Example:
IN-PROGRESS
{
"errorCode": "0",
"msg": "IN-PROGRESS"
}
{
"errorCode": "0",
"msg": "IN-PROGRESS"
}