---
title: "GET /apps/customprebuiltdomains"
method: GET
path: "/apps/customprebuiltdomains"
---

# GET /apps/customprebuiltdomains

`GET /apps/customprebuiltdomains`

Gets all the available custom prebuilt domains for all cultures.

## Response `200`

Returns a list of all custom prebuilt domains and their intents/entities representation.

- PrebuiltDomain[] — List of Prebuilt Domains.
  - `name` string
  - `culture` string
  - `description` string
  - `examples` string
  - `intents` PrebuiltDomainItem[]
    - `name` string
    - `description` string
    - `examples` string
  - `entities` PrebuiltDomainItem[]
    - `name` string
    - `description` string
    - `examples` string

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