---
title: "List product features"
method: GET
path: "/v1/products/{id}/features"
tags: ["Products > Features"]
---

# List product features

`GET /v1/products/{id}/features`

List feature values assigned to a product.

## Path parameters

- `id` string, required

## Response `200`

- ProductFeature[]
  - `feature_code` string, required — Feature code.
  - `value` union, required — Feature value.
    - boolean
    - number
    - 'unlimited'
  - `created_at` string, date-time, required — Creation date.
  - `updated_at` string, date-time, required — Last update date.

---

[API](https://skmtc.dev/hyperline/apis/hyperline-api.md) · [All operations](https://skmtc.dev/hyperline/apis/hyperline-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hyperline/hyperline-api/revisions/19fa5f22e39b/schema)
