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

# List Features

`GET /api/v1/features`

## Query parameters

- `cursor` string
- `limit` string

## Response `200`

Successful response

- object
  - `data` FeatureRecord[], required
    - union
      - object
        - `id` string, required
        - `createdAt` integer, required — Epoch milliseconds.
        - `updatedAt` integer, required — Epoch milliseconds.
        - `livemode` boolean, required
        - `organizationId` string, required
        - `type` 'toggle', required
        - `slug` string, required
        - `name` string, required
        - `description` string, required
        - `amount` unknown
        - `usageMeterId` unknown
        - `renewalFrequency` unknown
        - `pricingModelId` string, required
        - `resourceId` unknown
        - `active` boolean, required
      - object
        - `id` string, required
        - `createdAt` integer, required — Epoch milliseconds.
        - `updatedAt` integer, required — Epoch milliseconds.
        - `livemode` boolean, required
        - `organizationId` string, required
        - `type` 'usage_credit_grant', required
        - `slug` string, required
        - `name` string, required
        - `description` string, required
        - `amount` integer, required — A positive integer
        - `usageMeterId` string, required
        - `renewalFrequency` 'once' | 'every_billing_period', required
        - `pricingModelId` string, required
        - `resourceId` unknown
        - `active` boolean, required
      - object
        - `id` string, required
        - `createdAt` integer, required — Epoch milliseconds.
        - `updatedAt` integer, required — Epoch milliseconds.
        - `livemode` boolean, required
        - `organizationId` string, required
        - `type` 'resource', required
        - `slug` string, required
        - `name` string, required
        - `description` string, required
        - `amount` integer, required — A positive integer
        - `usageMeterId` unknown
        - `renewalFrequency` unknown
        - `pricingModelId` string, required
        - `resourceId` string, required
        - `active` boolean, 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 breaking, 3 info
  - added `#/components/schemas/ResourceFeatureClientSelectSchema` to the `data/items/` response property `oneOf` list for the response status `200`
  - added the optional property `data/items/oneOf[#/components/schemas/ToggleFeatureClientSelectSchema]/resourceId` to the response with the `200` status
  - added the optional property `data/items/oneOf[#/components/schemas/UsageCreditGrantFeatureClientSelectSchema]/resourceId` to the response with the `200` status
  - added `resource` discriminator mapping keys to the `data/items/` response property for the response status `200`
- **2025-10-18** `a1eeb4fac4d6` — 2 breaking, 8 info
  - added `#/components/schemas/ToggleFeatureClientSelectSchema, #/components/schemas/UsageCreditGrantFeatureClientSelectSchema` to the `data/items/` response property `oneOf` list for the response status `200`
  - the `data/items/` response's property type/format changed from ``/`` to `object`/`` for status `200`
  - for the `query` request parameter `limit`, the type/format was generalized from `number`/`` to `string`/``
  - added the non-success response with the status `400`
  - …6 more
- **2025-06-25** `0cf7bce0c17d` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/flowglad/apis/flowglad-api/changes/api/v1/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)
