v1
latestOpenAPI 3.1.02026-07-2665179189.7 KBInstance SKUs
List instance SKUs
⚠️ This endpoint is in public preview.
List the instance SKUs available on the market with their properties.
get/preview/v2/instance_skus
Query parameters
limitinteger
Maximum number of results to return (1-200, default 50).
starting_afterstring
Example:iskuc_gqXR7s0Kj5mHvE2wNpLc4Q
Cursor for forward pagination (from a previous response's cursor field).
ending_beforestring
Example:iskuc_gqXR7s0Kj5mHvE2wNpLc4Q
Cursor for backward pagination.
Response
Paginated list of instance SKUs.
Example response
{
"cursor": "iskuc_gqXR7s0Kj5mHvE2wNpLc4Q",
"data": [
{
"id": "isku_k3R-nX9vLm7Qp2Yw5Jd8F",
"alias": "my-resource-name"
}
]
}