---
title: "Export an app 🔒"
method: POST
path: "/applications/{appId}/export"
tags: ["applications"]
deprecated: true
---

# Export an app 🔒

`POST /applications/{appId}/export`

> **Deprecated.**

This endpoint is only available on a business or enterprise license.

## Path parameters

- `appId` string, required

## Request body

- AppExport
  - `encryptPassword` string, required — An optional password used to encrypt the export.
  - `excludeRows` boolean, required — Set whether the internal table rows should be excluded from the export.

## Response `200`

A gzip tarball containing the app export, encrypted if password provided.

---

[API](https://skmtc.net/budibase/apis/budibase-api.md) · [All operations](https://skmtc.net/budibase/apis/budibase-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/budibase/budibase-api/revisions/9c6f16fc652b/schema)
