---
title: "List instance SKU property catalog"
method: GET
path: "/preview/v2/instance_sku_property_catalog"
tags: ["Instance SKU Catalog"]
---

# List instance SKU property catalog

`GET /preview/v2/instance_sku_property_catalog`

> ⚠️ This endpoint is in [public preview](/preview/roadmap).

List every property key and its allowed values. Use the keys and values here when filling in `requirements` on orders and procurements.

## Query parameters

- `limit` integer
- `starting_after` string
- `ending_before` string

## Response `200`

Paginated property catalog.

- SfcApiListInstanceSkuPropertyCatalogResponse — Paginated list of property-catalog entries returned by `GET /v2/instance_sku_property_catalog`.
  - `object` 'list', required
  - `cursor` string, nullable — Pass as `starting_after` or `ending_before` to paginate.
  - `has_more` boolean, required
  - `data` SfcApiInstanceSkuPropertyDefinition[], required
    - `key` SfcApiInstanceSkuPropertyKey, required — A property key describing something about an instance SKU (e.g. `accelerator`).
      - `name` string, required
      - `display_name` string, required — Human-readable display name.
      - `description` string, required
      - `documentation_link` string, nullable — Link to a spec sheet or further documentation.
      - `stable_at` integer, required — Unix timestamp.
      - `deprecated_at` integer — Unix timestamp.
      - `deprecation_info` string, nullable — Migration guidance shown when the key is deprecated.
    - `values` SfcApiInstanceSkuEnumerationValue[], required
      - `name` string, required
      - `display_name` string, required — Human-readable display name.
      - `description` string, required
      - `documentation_link` string, nullable
      - `stable_at` integer, required — Unix timestamp.
      - `deprecated_at` integer — Unix timestamp.
      - `deprecation_info` string, nullable — Migration guidance shown when the value is deprecated.
    - `type` 'enumeration', required

## Other responses

- `401` — Unauthorized.
- `422` — Validation failed.
- `500` — Internal server error.

---

[API](https://skmtc.net/sfcompute/apis/san-francisco-compute-documentation.md) · [All operations](https://skmtc.net/sfcompute/apis/san-francisco-compute-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sfcompute/san-francisco-compute-documentation/versions/93dd7661e9bb/schema)
