This API provides the satus of the requested Job Id.
URI | https://api-portal.euromonitor.com/statistics/getjobstatus/{JobId} | |
Supported verbs | GET | |
Required headers | Authorization, Ocp-Apim-Subscription-Key | |
Parameters | ||
JobId | Required | Id of a job that is requested. |
A sample with GET version of the request will look like this:
GET https://api-portal.euromonitor.comapi-portal.euromonitor.comapi-portal.euromonitor.com/statistics/getjobstatus/<jobId> HTTP/1.1
Host: api-portal.euromonitor.comapi-portal.euromonitor.com
Authorization: <tokenstring>
Ocp-Apim-Subscription-Key: <keystring>
A successful response body will have the following structure in JSON format:
{
"jobId": "string",
"processingStatus": "string",
"message": "string"
}
The response structure is as follows:
jobId | Newly created job Id. |
processingStatus | Status of a current job, for example: "Queued". |
message | Status explanation message, for example: "Your request has been received and is now queued for processing. Please wait for the request to be processed." |