View a restore job
Can be used by the following roles assigned at the organization, folder or cluster scope:
- CLUSTER_ADMIN
- CLUSTER_OPERATOR_WRITER
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the cluster where the restore ran or is currently running.
The ID of the restore.
Response
A successful response.
The timestamp at which the backup data was captured.
The ID of the backup used for this restore job.
The percentage of the restore job that has been completed. The value ranges from 0 to 1.
The time at which the restore job was initiated.
The name of the cluster to which the restore is being applied.
The unique identifier associated with the restore.
The name of the cluster from which the backup was taken.
PENDING, SUCCESS, FAILED CLUSTER, DATABASE, TABLE Error code from the restore job, only populated if it has failed.
Error message from the restore job, only populated if it has failed.
The timestamp at which the restore job completed.
The CockroachDB internal job ID for the restore job.
The list of database objects (databases, tables) that were restored.

