GET /explore/job/{job_id}Get the status of the running job or the results from the completed job.
Parameters | Description |
|---|---|
Query Parameters |
|
Request Headers | X-API-KEY – api-key |
Example request
https://api.silentpush.com/api/v1/merge-api/explore/job/d4067541-eafb-424c-98d3-de12d7a91331Example response
{
"status_code": 200,
"error": null,
"response": {
"job_status": {
"get": "https://api.silentpush.com/api/v1/merge-api/explore/job/cd4067541-eafb-424c-98d3-de12d7a91331",
"job_id": "d4067541-eafb-424c-98d3-de12d7a91331",
"status": "STARTED"
}
}
}