Export app source code

<Info>This API is in beta. Endpoints, fields, and behavior may still change, so avoid depending on it in production.</Info>

Downloads the app's source code as a zip archive. The archive reflects the app's current saved code.

get/api/apps/{app_id}/coding/export-to-zip

Path parameters

app_idstring required

ID of the app whose source code to export.

ID of the app whose source code to export.

Response

A zip archive of the app's source code.

Changes