Export an application
appsmith_export_applicationExport an Appsmith application as a JSON file by providing its application ID. Write the output to a specified path for large exports, or receive the JSON inline when no path is given.
Instructions
Exports an application as JSON. Writes to outputPath when given (recommended — exports are large); otherwise returns the JSON inline, truncated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| outputPath | No | Absolute path to write the export JSON to. | |
| applicationId | Yes | Application id. |