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

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

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

Gets the information of the features used by the entity in a version of the application.

## Path parameters

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

## Response `200`

A list of feature information objects for the entity.

- ModelFeatureInformation[] — A list of feature information objects per model.
  - `modelName` string — The name of the model used.
  - `featureName` string — The name of the feature used.
  - `isRequired` boolean

## Other responses

- `default` — Error Response.

## Changes

- **2019-10-21** `30454e7c23d9` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/azure/apis/luis-authoring-client/changes/apps/:appId/versions/:versionId/entities/:entityId/features/get.md)

---

[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)
