---
title: "GET /plans/{id}/features"
method: GET
path: "/plans/{id}/features"
tags: ["PlanFeaturesController"]
---

# GET /plans/{id}/features

`GET /plans/{id}/features`

| Permissions |
| ------- |
| 7033   |

## Path parameters

- `id` string, required

## Response `200`

Plan Features Retrieved

- FeatureValues — The feature-values table
  - `deleted` boolean
  - `deletedOn` string, date-time, nullable
  - `deletedBy` string, nullable
  - `createdOn` string, date-time
  - `modifiedOn` string, date-time
  - `createdBy` string
  - `modifiedBy` string
  - `id` string
  - `featureKey` string
  - `strategyKey` string
  - `strategyEntityId` string
  - `status` boolean
  - `value` string

---

[API](https://skmtc.dev/sourcefuse/apis/subscription-service.md) · [All operations](https://skmtc.dev/sourcefuse/apis/subscription-service/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sourcefuse/subscription-service/revisions/8be17bf3acc3/schema)
