User GuidesAPI ReferenceRelease Notes
Doc HomeHelp CenterLog In

Get all backups

On success, calls provide an array of JSON objects with information about each available backup file.

KeyValue Description
idThe deployment-specific ID for the backup. Unique across the Tamr Core deployment.

Example:
unify://unified-data/v1/backups/2022-01-10_20-15-22-920

To identify the backup in other API calls, you use the numeric value after backups/.
relativeIdThe ID of the backup stripped of the instance name and backups/.
userThe username that initiated the backup.
backupPathThe backup file's location.
stateThe processing status of the backup: SUCCEEDED, PENDING, RUNNING, or FAILED.
stageAn indicator of what has been completed of the backup procedures.
errorMessageDescription of the error for a backup that was prevented from running, such as another backup already in progress.
createdThe timestamp for when the backup was created.
lastModifiedThe timestamp when the backup was modified.

See also Initiate an asynchronous restore operation.

Language
Click Try It! to start a request and see the response here!