Get Job Status
Overview
Gets the status of the Job by providing the Job Id.
URL: /api/job/status?id=?
Method : GET
Query Parameter:
- id=60
Request Header
{'Content-Type': 'application/json; charset=utf-8'}
Response:
-
Status:
200 OK
-
Body:
{
Completed
} -
Header:
{
content-security-policy: default-src 'self' fonts.googleapis.com fonts.gstatic.com;script-src 'self' 'unsafe-inline' 'unsafe-eval' fonts.googleapis.com fonts.gstatic.com cdn.form.io blob:;style-src 'self' 'unsafe-inline' fonts.googleapis.com fonts.gstatic.com;img-src 'self' fonts.googleapis.com fonts.gstatic.com data:;font-src 'self' fonts.googleapis.com fonts.gstatic.com
content-type: text/plain; charset=utf-8
date: Wed,10 Jul 2024 14:26:30 GMT
referrer-policy: no-referrer
transfer-encoding: chunked
x-content-type-options: nosniff
x-xss-protection: 1; mode=block
}