Skip to main content
GET
List Products

ヘッダー

Authorization
string
必須

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

クエリパラメータ

type
enum<string>
必須

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

利用可能なオプション:
gpu,
cpu
category
enum<string>
必須

Product category. Allowed values: serverless, instance.

利用可能なオプション:
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.

利用可能なオプション:
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.

レスポンス

200 - application/json

OK

data
object[]

Product list

最終更新日 2026年8月10日