---
title: "GET /apps/{appId}/publishsettings"
method: GET
path: "/apps/{appId}/publishsettings"
---

# GET /apps/{appId}/publishsettings

`GET /apps/{appId}/publishsettings`

Get the application publish settings including 'UseAllTrainingData'.

## Path parameters

- `appId` string, uuid, required

## Response `200`

The application publish settings.

- PublishSettings — The application publish settings.
  - `id` string, uuid, required — The application ID.
  - `sentimentAnalysis` boolean, required — Setting sentiment analysis as true returns the sentiment of the input utterance along with the response
  - `speech` boolean, required — Enables speech priming in your app
  - `spellChecker` boolean, required — Enables spell checking of the utterance.

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