---
title: "package - Gets trained LUIS application package in binary stream GZip format"
method: GET
path: "/package/{appId}/versions/{versionId}/gzip"
---

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

`GET /package/{appId}/versions/{versionId}/gzip`

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

## Path parameters

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

## Response `200`

The GZip binary stream of the trained 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/revisions/a26a0f7e5a37/schema)
