---
title: "GET /apps/{appId}/versions/{versionId}/features"
method: GET
path: "/apps/{appId}/versions/{versionId}/features"
---

# GET /apps/{appId}/versions/{versionId}/features

`GET /apps/{appId}/versions/{versionId}/features`

Gets all the extraction phraselist and pattern features in a version of the application.

## Path parameters

- `appId` string, uuid, required
- `versionId` string, required

## Query parameters

- `skip` integer
- `take` integer

## Response `200`

A list of all phraselist features and a list of all pattern features.

- FeaturesResponseObject — Model Features, including Patterns and Phraselists.
  - `phraselistFeatures` PhraseListFeatureInfo[] — List of Phraselist Features.
    - `id` integer — A six-digit ID used for Features.
    - `name` string — The name of the Feature.
    - `isActive` boolean — Indicates if the feature is enabled.
    - `enabledForAllModels` boolean — Indicates if the feature is enabled for all models in the application.
  - `patternFeatures` PatternFeatureInfo[] — List of Pattern features.
    - `id` integer — A six-digit ID used for Features.
    - `name` string — The name of the Feature.
    - `isActive` boolean — Indicates if the feature is enabled.
    - `enabledForAllModels` boolean — Indicates if the feature is enabled for all models in the application.

## Other responses

- `default` — Error Response.

---

[API](https://skmtc.net/azure/apis/luis-authoring-client.md) · [All operations](https://skmtc.net/azure/apis/luis-authoring-client/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/luis-authoring-client/revisions/a26a0f7e5a37/schema)
