Export App
ethora-app-export-v2Export an App as a portable bundle (GET /v2/apps/:appId/export). format=json returns the bundle object directly. Use include to select sections (e.g. 'chats,users,sources,botInstances'). Feed the result to ethora-app-import-v2.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | No | Required in B2B mode unless already selected via ethora-app-select. | |
| format | No | ||
| include | No | Comma-separated sections to include, e.g. 'chats,users,sources,botInstances'. |