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

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

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

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

- ClosedListEntityExtractor[] — List of List 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.
  - `subLists` SubClosedListResponse[] — List of sublists.
    - `canonicalForm` string — The standard form that the list represents.
    - `list` string[] — List of synonym words.

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