v1

latestOpenAPI 3.1.02026-07-2665179189.7 KB
Instance SKUs

Get instance SKU

⚠️ This endpoint is in public preview.

Retrieve an instance SKU by ID, including its properties.

get/preview/v2/instance_skus/{id}

Path parameters

string required
OR
string required

Legacy alias prefix; accepted on read, never emitted on write.

Example:isku_k3R-nX9vLm7Qp2Yw5Jd8F

Instance SKU ID

Response

Instance SKU details.

object'instance_sku' required
aliasstring required
audience_hintstring nullable

Set when this SKU is not generally available; absent means public. The value is a display string explaining the restriction (e.g. an early-access or internal designation). Treat it as free text, not a stable enum.

Example response

{
  "id": "isku_k3R-nX9vLm7Qp2Yw5Jd8F",
  "alias": "my-resource-name"
}