---
title: "GET /subscriptions/{subscriptionId}/providers/Microsoft.Features/features"
method: GET
path: "/subscriptions/{subscriptionId}/providers/Microsoft.Features/features"
tags: ["Features"]
---

# GET /subscriptions/{subscriptionId}/providers/Microsoft.Features/features

`GET /subscriptions/{subscriptionId}/providers/Microsoft.Features/features`

Gets all the preview features that are available through AFEC for the subscription.

## Path parameters

- `subscriptionId` string, required

## Query parameters

- `api-version` string, required

## Response `200`

OK - Returns an array containing metadata for each feature. The metadata includes the name of the feature, the registration state, the resource ID, and resource type.

- FeatureOperationsListResult — List of previewed features.
  - `value` FeatureResult[] — The array of features.
    - `name` string — The name of the feature.
    - `properties` FeatureProperties — Information about feature.
      - `state` string — The registration state of the feature for the subscription.
    - `id` string — The resource ID of the feature.
    - `type` string — The resource type of the feature.
  - `nextLink` string — The URL to use for getting the next set of results.

---

[API](https://skmtc.dev/azure/apis/featureclient.md) · [All operations](https://skmtc.dev/azure/apis/featureclient/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/azure/featureclient/revisions/ef9ba80536d7/schema)
