{
"success": true,
"records": [
{
"billing_id": "VBILL_a1b2c3d4e5",
"volume_id": "BRK-123456V",
"volume_name": "storage1",
"size_gb": 1000,
"tier": "Advanced",
"start_time": "2025-01-15T10:00:00",
"end_time": "2025-01-15T18:00:00",
"total_duration_minutes": 480,
"per_minute_rate": 0.0002,
"total_cost": 0.096,
"currency": "USD",
"status": "available",
"description": "Volume billing - 480 minutes at 1000GB (storage1)"
}
],
"summary": {
"totalMinutes": 480,
"activeCount": 1,
"averageUsage": 480,
"totalSizeGB": 1000,
"totalCost": 0.096
},
"total": 1,
"page": 1,
"limit": 20,
"total_pages": 1,
"currency": "USD"
}