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

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

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

Gets all the phraselist 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.

- 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.

## Other responses

- `default` — Error Response.

---

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