v44

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-20129390589.6 KB
Instance SKUs

List instance SKUs

⚠️ This endpoint is in public preview.

List all 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.

object'list' required
cursorstring
has_moreboolean required

Example response

{
  "object": "list",
  "cursor": "iskuc_gqXR7s0Kj5mHvE2wNpLc4Q",
  "data": [
    {
      "object": "instance_sku",
      "id": "isku_k3R-nX9vLm7Qp2Yw5Jd8F",
      "name": "my-resource-name",
      "properties": [
        {
          "key": {
            "name": "my-resource-name",
            "stable_at": 1738972800,
            "deprecated_at": 1738972800
          },
          "value": {
            "name": "my-resource-name",
            "stable_at": 1738972800,
            "deprecated_at": 1738972800
          }
        }
      ]
    }
  ]
}