curl --location --request GET 'https://barrack.ai/api/snapshots/?page&pageSize&search' \
--header 'X-API-Key: <api-key>'{
"success": true,
"snapshots": [
{
"snapshot_id": "BRK-123456S",
"name": "prod-backup-dec11",
"status": "SUCCESS",
"size": 250,
"region": "CANADA-1",
"created_at": "2025-12-11T10:30:00Z",
"description": "Production backup",
"instance_id": "BRK-789012D",
"vm_name": "production-server"
}
],
"currency_context": "USD",
"total_count": 1,
"page": 1,
"page_size": 10,
"total_pages": 1,
"has_next": false,
"tier": "legacy",
"supported_regions": [
"CANADA-1"
]
}