Monitor the status of a bulk request.
jobId required | string Unique identifier for the bulk request. Example: jobId=950bf10d-f119-41c9-a352-1b68b34498c3 |
download | boolean After the bulk request has completed ( Example: download=true |
OK
Bad Request
{- "ia::result": {
- "jobId": "950bf10d-f119-41c9-a352-1b68b34498c3",
- "status": "completed",
- "percentComplete": 100,
- "downloadURL": "/services/bulk/job/status?jobId=950bf10d-f119-41c9-a352-1b68b34498c3&download=true",
- "jobStatusFile": "950bf10d-f119-41c9-a352-1b68b34498c3-response.json"
}, - "ia::meta": {
- "totalCount": 3,
- "totalSuccess": 2,
- "totalError": 1
}
}