Skip to main content
GET
List Products

En-têtes

Authorization
string
requis

Bearer authentication format, e.g.: Bearer {{API_KEY}}.

Paramètres de requête

type
enum<string>
requis

Product type. Defaults to gpu when empty. Allowed values: gpu, cpu.

Options disponibles:
gpu,
cpu
category
enum<string>
requis

Product category. Allowed values: serverless, instance.

Options disponibles:
serverless,
instance
cpu
integer

CPU core tier. Integer, value >= 0.

memory_gb
integer

Memory tier. Integer, value >= 0. Unit: GB.

rootfs_size
integer

Root disk size. Integer, value >= 0. Unit: GB.

billing_method
enum<string>

Billing method. Allowed values: postpaid, prepaid, spot.

Options disponibles:
postpaid,
prepaid,
spot
region_ids
string

Region filter. Multiple Region IDs are comma-separated.

limit
integer

Maximum number of items to return. Integer, value >= 0.

cursor
string

Cursor returned by the previous page. Leave empty for the first request. String, length: 0-1024 characters.

Réponse

200 - application/json

OK

data
object[]

Product list

Dernière modification le 10 août 2026