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

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

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

Gets all prebuilt entities used in a version of the application.

## Path parameters

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

## Response `200`

Returns a list of all prebuilt entities and their representations.

- EntityExtractor[] — List of 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.

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