Export a session#

Write the captured requests to disk as a HAR archive, or as a CSV whose columns you choose.

You can save the current session to disk as a HAR archive or as a CSV of request metadata. You can export as soon as the session holds at least one request.

Find the export options#

Both options are in the settings menu. To open the menu, select the gear icon on the right of the recording toolbar.

  • Export HAR: writes the current session as a standard HAR archive.
  • Export CSV: opens a sub-menu where you choose which columns to include before GraphDagger writes the file.

A native save dialog asks you where to put the file. The default name is recording-YYYY-MM-DD.har for live recordings and export-YYYY-MM-DD.har for static files.

Choose the CSV columns#

In the CSV sub-menu, you tick the columns to include. The full set is:

  • Method, URL, Status, Time (ms), Body Size, Started, Content Type, Status Text, HTTP Version, Server IP, HTTPS, Source App.

The default selection includes Method, URL, Status, Time, Body Size, Started, and Content Type.