Retrieve Record Merge Status
GET https://{{vaultDNS}}/api/{{version}}/vobjects/merges/:{job_id}/status
Given a job_id for a merge records job, retrieve the job status.
Before submitting this request:
- You must have previously requested a record merge job
- You must have a valid
job_idfield value returned from the record merge operation
Response
On SUCCESS, the merge job may have one of the following status:
IN_PROGRESS: The job is currently runningSUCCESS: The job completed with no errors; all records were mergedFAILURE: The job completed with errors; one or more records were not merged
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Authorization | string | ||
Accept | string |