Search Offers (GET)
Search for available GPU machine offers using a JSON-encoded q query parameter — the same query object the POST body accepts; see POST /api/v0/bundles/ for the full list of filterable fields and operators.
Authorizations
API key must be provided in the Authorization header
Query Parameters
JSON-encoded search query object — the same format as the POST body: offer fields with filter expressions {operator: value} (operators: eq, neq, gt, gte, lt, lte, in, notin) plus special keys limit, order, type.
Optional JSON-encoded array of offer columns to include in the results.
Response
Successful response with matching offers: {"offers": [...]}
Array of offer objects with pricing, GPU specs, and scoring fields