---
title: "List Product Features"
method: GET
path: "/api/v1/product-features"
tags: ["Product Features"]
---

# List Product Features

`GET /api/v1/product-features`

## Query parameters

- `cursor` string
- `limit` string

## Response `200`

Successful response

- object
  - `data` ProductFeatureClientSelectSchema[], required
    - `id` string, required
    - `createdAt` integer, required — Epoch milliseconds.
    - `updatedAt` integer, required — Epoch milliseconds.
    - `livemode` boolean, required
    - `productId` string, required
    - `featureId` string, required
    - `organizationId` string, required
    - `expiredAt` integer, nullable — Epoch milliseconds.
    - `pricingModelId` string, required
  - `currentCursor` string
  - `nextCursor` string
  - `hasMore` boolean, required
  - `total` number, required

## Other responses

- `400` — Invalid input data
- `401` — Authorization not provided
- `403` — Insufficient access
- `404` — Not found
- `500` — Internal server error

## Changes

- **2026-01-11** `599bbd902d65` — 1 info
  - added the required property `data/items/pricingModelId` to the response with the `200` status
- **2025-10-18** `a1eeb4fac4d6` — 6 breaking, 8 info
  - the response property `data/items/expiredAt` became optional for the status `200`
  - response property `data/items/expiredAt` list-of-types was widened by adding types `integer and null` to media type `application/json` of response `200`
  - the `data/items/createdAt` response's property type/format changed from `string`/`date-time` to `integer`/`` for status `200`
  - the `data/items/updatedAt` response's property type/format changed from `string`/`date-time` to `integer`/`` for status `200`
  - …10 more
- **2025-06-25** `0cf7bce0c17d` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/flowglad/apis/flowglad-api/changes/api/v1/product-features/get.md)

---

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