---
title: "Get Subscription Item Feature"
method: GET
path: "/api/v1/subscription-item-features/{id}"
tags: ["Subscription Item Features"]
---

# Get Subscription Item Feature

`GET /api/v1/subscription-item-features/{id}`

## Path parameters

- `id` string, required

## Response `200`

Successful response

- object
  - `subscriptionItemFeature` union, required
    - object
      - `id` string, required
      - `createdAt` integer, required — Epoch milliseconds.
      - `updatedAt` integer, required — Epoch milliseconds.
      - `livemode` boolean, required
      - `subscriptionItemId` string, required
      - `featureId` string, required
      - `productFeatureId` string, nullable
      - `type` 'toggle', required
      - `amount` unknown
      - `usageMeterId` unknown
      - `renewalFrequency` unknown
      - `expiredAt` integer, nullable — Epoch milliseconds.
      - `detachedAt` integer, nullable — Epoch milliseconds.
      - `detachedReason` string, nullable
      - `manuallyCreated` boolean, required
      - `pricingModelId` string, required
      - `resourceId` unknown
      - `name` string, required
      - `slug` string, required
    - object
      - `id` string, required
      - `createdAt` integer, required — Epoch milliseconds.
      - `updatedAt` integer, required — Epoch milliseconds.
      - `livemode` boolean, required
      - `subscriptionItemId` string, required
      - `featureId` string, required
      - `productFeatureId` string, nullable
      - `type` 'usage_credit_grant', required
      - `amount` integer, required
      - `usageMeterId` string, required
      - `renewalFrequency` 'once' | 'every_billing_period', required
      - `expiredAt` integer, nullable — Epoch milliseconds.
      - `detachedAt` integer, nullable — Epoch milliseconds.
      - `detachedReason` string, nullable
      - `manuallyCreated` boolean, required
      - `pricingModelId` string, required
      - `resourceId` unknown
      - `name` string, required
      - `slug` string, required
    - object
      - `id` string, required
      - `createdAt` integer, required — Epoch milliseconds.
      - `updatedAt` integer, required — Epoch milliseconds.
      - `livemode` boolean, required
      - `subscriptionItemId` string, required
      - `featureId` string, required
      - `productFeatureId` string, nullable
      - `type` 'resource', required
      - `amount` integer, required
      - `usageMeterId` unknown
      - `renewalFrequency` unknown
      - `expiredAt` integer, nullable — Epoch milliseconds.
      - `detachedAt` integer, nullable — Epoch milliseconds.
      - `detachedReason` string, nullable
      - `manuallyCreated` boolean, required
      - `pricingModelId` string, required
      - `resourceId` string, required
      - `name` string, required
      - `slug` string, 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, 5 info
  - added `#/components/schemas/ResourceSubscriptionItemFeatureRecord` to the `subscriptionItemFeature` response property `oneOf` list for the response status `200`
  - added the optional property `subscriptionItemFeature/oneOf[#/components/schemas/ToggleSubscriptionItemFeatureRecord]/resourceId` to the response with the `200` status
  - added the optional property `subscriptionItemFeature/oneOf[#/components/schemas/UsageCreditGrantSubscriptionItemFeatureRecord]/resourceId` to the response with the `200` status
  - added `resource` discriminator mapping keys to the `subscriptionItemFeature` response property for the response status `200`
  - …2 more
- **2025-12-08** `d53efdb1a902` — 2 info
  - added the required property `subscriptionItemFeature/oneOf[#/components/schemas/ToggleSubscriptionItemFeatureRecord]/manuallyCreated` to the response with the `200` status
  - added the required property `subscriptionItemFeature/oneOf[#/components/schemas/UsageCreditGrantSubscriptionItemFeatureRecord]/manuallyCreated` to the response with the `200` status
- …earlier changes not shown

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