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

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

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

Gets information about all the simple entity models 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 entity model infos.

- NDepthEntityExtractor[] — List of N-Depth Entity Extractors.
  - `id` string, uuid, required — The ID of the Entity Model.
  - `name` string — Name of the Entity Model.
  - `typeId` integer — The type ID of the Entity Model.
  - `readableType` 'Entity Extractor' | 'Child Entity Extractor' | 'Hierarchical Entity Extractor' | 'Hierarchical Child Entity Extractor' | 'Composite Entity Extractor' | 'List Entity Extractor' | 'Prebuilt Entity Extractor' | 'Intent Classifier' | 'Pattern.Any Entity Extractor' | 'Closed List Entity Extractor' | 'Regex Entity Extractor', required — Full name of the entity type.
  - `roles` EntityRole[] — List of Pattern.Any Entity Extractors.
    - `id` string, uuid — The entity role ID.
    - `name` string — The entity role name.
  - `customPrebuiltDomainName` string — The domain name.
  - `customPrebuiltModelName` string — The intent name or entity name.
  - `children` ChildEntity[]
    - `id` string, uuid, required — The ID (GUID) belonging to a child entity.
    - `name` string — The name of a child entity.
    - `instanceOf` string — Instance of Model.
    - `typeId` integer — The type ID of the Entity Model.
    - `readableType` 'Entity Extractor' | 'Child Entity Extractor' | 'Hierarchical Entity Extractor' | 'Hierarchical Child Entity Extractor' | 'Composite Entity Extractor' | 'List Entity Extractor' | 'Prebuilt Entity Extractor' | 'Intent Classifier' | 'Pattern.Any Entity Extractor' | 'Closed List Entity Extractor' | 'Regex Entity Extractor' — Full name of the entity type.
    - `children` ChildEntity[] — List of children

## 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/versions/a26a0f7e5a37/schema)
