v1
latestOpenAPI 3.1.02026-07-13897404.3 KBVolumes
search volumes
Search for available volumes based on specified criteria.
CLI Usage: vastai search volumes <query> [options]
post/api/v0/volumes/search/
Query parameters
Query parameters for filtering volume search results
{
"limit": 100
}Request body
Example request
{
"limit": 100
}Response
Success response
Example response
{
"offers": [
{
"cpu_arch": "amd64",
"cpu_name": "AMD EPYC 7K62 48-Core Processor",
"cuda_max_good": 12.8,
"disk_name": "FIKWOT FN955 4TB",
"disk_space": 10,
"driver_version": "570.124.04",
"host_id": 166946,
"inet_down": 654.6,
"inet_up": 78.9,
"machine_id": 36683,
"mobo_name": "ROME2D32GM-2T",
"reliability2": 0.9649497,
"start_date": 1747341046.4320989,
"static_ip": true,
"storage_total_cost": 0.0005555555555555557,
"verification": "verified"
}
]
}