{
"data": [
{
"id": 101,
"type": "restore",
"attributes": {
"vhost_id": 42,
"vhost_name": "mysite.example.com",
"initiator_id": 5,
"initiator_name": "John Doe",
"batch": 3,
"restore_name": null,
"type": "site",
"mode": "overwrite",
"queued_at": "2024-01-15T02:01:00Z",
"started_at": "2024-01-15T02:02:00Z",
"finished_at": "2024-01-15T02:10:00Z",
"status": "completed",
"error": null,
"created_at": "2024-01-15T02:00:00Z",
"updated_at": "2024-01-15T02:10:00Z"
}
},
{
"id": 102,
"type": "restore",
"attributes": {
"database_id": 7,
"database_name": "wp_mysite",
"initiator_id": 5,
"initiator_name": "John Doe",
"batch": 3,
"restore_name": null,
"type": "database",
"mode": "overwrite",
"queued_at": "2024-01-15T02:01:00Z",
"started_at": "2024-01-15T02:02:30Z",
"finished_at": "2024-01-15T02:09:00Z",
"status": "completed",
"error": null,
"database_total_tables": 48,
"database_copied_tables": 48,
"created_at": "2024-01-15T02:00:00Z",
"updated_at": "2024-01-15T02:09:00Z"
}
},
{
"id": 98,
"type": "restore",
"attributes": {
"database_id": 7,
"database_name": "wp_mysite",
"initiator_id": 5,
"initiator_name": "John Doe",
"batch": 2,
"restore_name": null,
"type": "database",
"mode": "export",
"queued_at": "2024-01-10T10:01:00Z",
"started_at": "2024-01-10T10:02:00Z",
"finished_at": null,
"status": "failed",
"error": "Connection timeout during restore",
"database_total_tables": 48,
"database_copied_tables": 12,
"created_at": "2024-01-10T10:00:00Z",
"updated_at": "2024-01-10T10:15:00Z"
}
}
],
"links": {
"first": "https://api.example.com/v1/environments/42/backups/bulks/history?page=1",
"last": "https://api.example.com/v1/environments/42/backups/bulks/history?page=1",
"prev": null,
"next": null
},
"meta": {
"current_page": 1,
"from": 1,
"last_page": 1,
"path": "https://api.example.com/v1/environments/42/backups/bulks/history",
"per_page": 15,
"to": 3,
"total": 3
}
}