---
title: "package - Gets published LUIS application package in binary stream GZip format"
method: GET
path: "/package/{appId}/slot/{slotName}/gzip"
---

# package - Gets published LUIS application package in binary stream GZip format

`GET /package/{appId}/slot/{slotName}/gzip`

Packages a published LUIS application as a GZip file to be used in the LUIS container.

## Path parameters

- `appId` string, uuid, required
- `slotName` string, required

## Response `200`

The GZip binary stream of the published application package.

- string, binary

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