Get Target By Id
GET /v1/backup/target/:id
Retrieves detailed information about a single backup target by its unique identifier. The response includes the target's operating system, storage size, integration details, risk score, job history, and status metadata.
Response Example
{
"os": "Windows Server 2012",
"size": {
"bytes": 7802917908,
"gb": 7.27
},
"integration": {
"id": "integration-id-1",
"name": "Example Integration",
"application": "Exchange Online"
},
"risc": {
"score": 0
},
"jobs": {
"last": {
"status": {
"message": "Successful",
"type": "Successful"
},
"id": "job-id-1"
},
"recovery": {
"date": {
"start": "2025-10-30T02:11:27.246Z",
"arpo": "8h, 48m",
"arpoHours": 8.81
},
"id": "job-id-1"
}
},
"_id": "target-id-1",
"token": "<secure-token-placeholder>",
"__v": 0,
"clientname": "Example Backup",
"created": "2025-06-20T08:30:56.752Z",
"displayname": "Example Backup",
"hostname": "example-backup-host",
"name": "Example Backup",
"status": {
"active": true,
"deleted": false,
"_id": "status-id-1"
},
"tenant": "tenant-id-1",
"updated": "2025-10-30T11:29:14.782Z",
"version": "12",
"id": "target-id-1"
}