Skip to content

Export your Verse ​

You can download a complete copy of your current Verse as a JSON file. This gives you a portable snapshot of its projects, entries, and their relationships.

Download an export ​

  1. Open your Dashboard from the account menu.
  2. In the account summary, select Export verse.
  3. Your browser downloads verset.json.

The export is created in your browser. If nothing downloads, check whether the browser has blocked downloads for Verset, then allow the download and try again.

What the file contains ​

The downloaded file is JSON with one top-level key, verse:

json
{
  "verse": {
    "version": 1,
    "entities": {}
  }
}

verse is the complete synchronized snapshot at the time you select Export verse. version identifies the snapshot format, and entities contains the workspace data and its connections.

Keep the file somewhere you control. It can include the contents of every entry in that Verse. JSON is a plain-text format, so do not send an export to someone unless you intend to share that content.

Current scope ​

Export currently downloads your main Verse. It is a backup and portable record of the workspace; importing an exported file back into Verset is not available yet.

Verset documentation