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_id field 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 running
  • SUCCESS: The job completed with no errors; all records were merged
  • FAILURE: The job completed with errors; one or more records were not merged

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring
Acceptstring