Download JSON not working

The download JSON function is not working for fusion pages, when I say not working, it downloads a json with none of the page data, only saying “{“data”:{“inputs”:}}”. I need to be able to migrate these JSONS into Publish, so please provide a solution to this.

The following options might be helpful:

  • Make sure you’re exporting from the correct model — Fusion pages sometimes have different data than regular Page models.

  • Try using the Builder Content API instead: fetch your model via API and save the JSON from there.

  • If you’re migrating data between spaces, some folks use the Write API to programmatically export/import content.