Export a workspace 🔒Ask AIpost https://budibase.app/api/public/v1/workspaces/{workspaceId}/exportThis endpoint is only available on an enterprise license.Path ParamsworkspaceIdstringrequiredDefaults to {{workspaceId}}The ID of the workspace which this request is targeting.Body ParamsencryptPasswordstringrequiredAn optional password used to encrypt the export.excludeRowsbooleanrequiredSet whether the internal table rows should be excluded from the export.truefalseResponse 200A gzip tarball containing the workspace export, encrypted if password provided.Updated 2 months ago