Skip to content

Troubleshooting Bulk Export

Audit Report

After an export job terminates for any reason (whether successful, cancelled, or failed), an audit report is made available.

The audit report contains details of what action was taken for every single source file selected for export (based on the specified export rules), including any errors that may have occurred. The audit report can be extremely helpful in troubleshooting issues, and it can also be useful for maintaining a record of exactly which files were exported and where each file was placed in the destination.

The audit report will be automatically placed at the root of the export destination and named after the export job ID, e.g., export-61a4edde0bd9c95dbd561230-logs.csv.gz. In this case, the audit report is in the CSV format and compressed using Gzip (*.csv.gz).

Downloading the Audit Report

Via the Web App

The export audit report can be downloaded via the Flywheel Core Web App by navigating to the Bulk Export page, locating the export job line, and then either:

  1. Selecting the "Download Report" option in the overflow menu on the export job line, or

    Project -> Exports List -> Download Report

  2. Opening the Export job details dialog from the overflow menu on the export job line and then selecting the "Download Report" button.

    Project -> Exports List -> Details Dialog -> Download Report

Currently, only the CSV format is available when downloading the audit report via the Web App. To download the audit report in JSON Lines format, use the new (BETA) CLI.

Via the New (BETA) CLI

The export audit report can be downloaded via the new (BETA) CLI using the following command:

fw-beta export get <id> --report <format>

Where:

  • <id> is replaced with the ID of the export job to be monitored, and
  • <format> is either csv or jsonl

If you do not know the export job ID, see the article locating the export job ID.

Tip

The output will be written to the terminal (stdout), so you may want to redirect the output to a file for storage instead. E.g., fw-beta export get 682ccd2079fed7cd5c0cd46e --report jsonl > ~/Downloads/export-audit-report-682ccd2079fed7cd5c0cd46e.jsonl

For more information, see the new CLI documentation for export get.

Formats for the Audit Report

The audit report is available in either CSV or JSON Lines (JSONL) format.

CSV

The CSV version of the audit report contains the following columns:

  • status -- Indicates whether the file was successfully exported, skipped, or if an error was encountered
  • reason -- Reason for why the file was not exported (empty if the file was successfully exported)
  • src_path -- Path (including name) of the file in the export Destination
  • dst_path -- Path to where this file should be placed in the Flywheel Hierarchy
Export Audit Report -- CSV Example

The following table shows an entire CSV-formatted Export Audit Report.

status reason src_path dst_path
created nan Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-01.dcm Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-01.dcm
created nan Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-02.dcm Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-02.dcm
created nan Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-03.dcm Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-03.dcm
created nan Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-04.dcm Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-04.dcm
created nan Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-05.dcm Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-05.dcm
created nan Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-07.dcm Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-07.dcm
created nan Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-06.dcm Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-06.dcm
created nan Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-08.dcm Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-08.dcm
created nan Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-09.dcm Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-09.dcm
created nan Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-11.dcm Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-11.dcm
created nan Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-10.dcm Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-10.dcm
created nan Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-14.dcm Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-14.dcm
created nan Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-12.dcm Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-12.dcm
created nan Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-13.dcm Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-13.dcm
created nan Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-15.dcm Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-15.dcm
created nan Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-16.dcm Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-16.dcm
created nan Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-17.dcm Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-17.dcm
created nan Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-18.dcm Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-18.dcm
created nan Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-20.dcm Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-20.dcm
created nan Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-21.dcm Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-21.dcm
created nan Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-19.dcm Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-19.dcm
created nan Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-22.dcm Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-22.dcm
created nan Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-23.dcm Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-23.dcm
created nan Enigma Biosciences/PGBM-017/19970917/32602 - dT1/32602 - dT1.dicom.zip Enigma Biosciences/PGBM-017/19970917/32602 - dT1/32602 - dT1.dicom.zip
created nan Enigma Biosciences/PGBM-017/19970917/37614 - FLYW_reg/37614 - FLYW_reg.dicom.zip Enigma Biosciences/PGBM-017/19970917/37614 - FLYW_reg/37614 - FLYW_reg.dicom.zip
created nan Enigma Biosciences/PGBM-017/19970917/37616 - T1pre_reg/37616 - T1pre_reg.dicom.zip Enigma Biosciences/PGBM-017/19970917/37616 - T1pre_reg/37616 - T1pre_reg.dicom.zip
created nan Enigma Biosciences/PGBM-017/19970917/37619 - nCBF_reg/37619 - nCBF_reg.dicom.zip Enigma Biosciences/PGBM-017/19970917/37619 - nCBF_reg/37619 - nCBF_reg.dicom.zip
created nan Enigma Biosciences/PGBM-017/19970917/37620 - sRCBV_reg/37620 - sRCBV_reg.dicom.zip Enigma Biosciences/PGBM-017/19970917/37620 - sRCBV_reg/37620 - sRCBV_reg.dicom.zip
created nan Enigma Biosciences/PGBM-017/19970917/37751 - T2_reg/37751 - T2_reg.dicom.zip Enigma Biosciences/PGBM-017/19970917/37751 - T2_reg/37751 - T2_reg.dicom.zip
created nan Enigma Biosciences/PGBM-017/19970917/37621 - nRCBV_reg/37621 - nRCBV_reg.dicom.zip Enigma Biosciences/PGBM-017/19970917/37621 - nRCBV_reg/37621 - nRCBV_reg.dicom.zip
created nan Enigma Biosciences/PGBM-017/19970917/5361 - Mask_Tumor/5361 - Mask_Tumor.dicom.zip Enigma Biosciences/PGBM-017/19970917/5361 - Mask_Tumor/5361 - Mask_Tumor.dicom.zip

The following table shows a single line from a CSV-formatted Export Audit Report. The line has been transposed for easier viewing.

column row value
status created
reason nan
src_path Enigma Biosciences/PGBM-017/19970917/5361 - Mask_Tumor/5361 - Mask_Tumor.dicom.zip
dst_path Enigma Biosciences/PGBM-017/19970917/5361 - Mask_Tumor/5361 - Mask_Tumor.dicom.zip

JSON Lines

The JSON Lines version of the audit report contains far more technical details about how the system processed each file.

Here is an example of just one line from an export audit report in JSON Lines format describing how the system processed a single source file:

Export Audit Report -- JSONLines Example

The following is an entire JSONLines-formatted Export Audit Report.

{"_id":"682ccd415dcc478767d1ea72","src_stat":{"modified":1745592179,"size":526650,"type":"dicom","file_id":"680b9f73763f485cabb314f5","version":"1"},"dst_path":"Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-01.dcm","status":"created","unzip":false,"src_path":"Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-01.dcm","dst_stat":{"_id":"682ccd40aa0cdf551d0cd5aa","created":"2025-05-20T18:43:12.817+00:00","modified":"2025-05-20T18:43:12.817+00:00","project_id":"66f58b5fb2430337c5b5400c","blob_session_id":"682ccd1f79fed7cd5c0cd46d","origin":{"type":"user","id":"johndoe@flywheel.io"},"path":"Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-01.dcm","file_id":{"file_id":"680b9f73763f485cabb314f5","version":1},"seq_no":576,"size":526650,"abspath":"ZvWLX7JDAzfFtUAM/dXNlciBhbmRyZXdraW5nQGZseXdoZWVsLmlv/aCzNH3n-181cDNRt/Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-01.dcm","depth":5}}
{"_id":"682ccd415dcc478767d1ea74","src_stat":{"modified":1745592180,"size":526650,"type":"dicom","file_id":"680b9f74763f485cabb314f6","version":"1"},"dst_path":"Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-02.dcm","status":"created","unzip":false,"src_path":"Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-02.dcm","dst_stat":{"_id":"682ccd408074b4c7360cd56f","created":"2025-05-20T18:43:12.826+00:00","modified":"2025-05-20T18:43:12.826+00:00","project_id":"66f58b5fb2430337c5b5400c","blob_session_id":"682ccd1f79fed7cd5c0cd46d","origin":{"type":"user","id":"johndoe@flywheel.io"},"path":"Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-02.dcm","file_id":{"file_id":"680b9f74763f485cabb314f6","version":1},"seq_no":577,"size":526650,"abspath":"ZvWLX7JDAzfFtUAM/dXNlciBhbmRyZXdraW5nQGZseXdoZWVsLmlv/aCzNH3n-181cDNRt/Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-02.dcm","depth":5}}
{"_id":"682ccd415dcc478767d1ea75","src_stat":{"modified":1745592180,"size":526650,"type":"dicom","file_id":"680b9f74763f485cabb314f7","version":"1"},"dst_path":"Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-03.dcm","status":"created","unzip":false,"src_path":"Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-03.dcm","dst_stat":{"_id":"682ccd40aa0cdf551d0cd5ab","created":"2025-05-20T18:43:12.851+00:00","modified":"2025-05-20T18:43:12.851+00:00","project_id":"66f58b5fb2430337c5b5400c","blob_session_id":"682ccd1f79fed7cd5c0cd46d","origin":{"type":"user","id":"johndoe@flywheel.io"},"path":"Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-03.dcm","file_id":{"file_id":"680b9f74763f485cabb314f7","version":1},"seq_no":578,"size":526650,"abspath":"ZvWLX7JDAzfFtUAM/dXNlciBhbmRyZXdraW5nQGZseXdoZWVsLmlv/aCzNH3n-181cDNRt/Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-03.dcm","depth":5}}
{"_id":"682ccd415dcc478767d1ea78","src_stat":{"modified":1745592181,"size":526650,"type":"dicom","file_id":"680b9f751cb30fcaf1b314cb","version":"1"},"dst_path":"Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-04.dcm","status":"created","unzip":false,"src_path":"Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-04.dcm","dst_stat":{"_id":"682ccd408074b4c7360cd570","created":"2025-05-20T18:43:12.896+00:00","modified":"2025-05-20T18:43:12.896+00:00","project_id":"66f58b5fb2430337c5b5400c","blob_session_id":"682ccd1f79fed7cd5c0cd46d","origin":{"type":"user","id":"johndoe@flywheel.io"},"path":"Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-04.dcm","file_id":{"file_id":"680b9f751cb30fcaf1b314cb","version":1},"seq_no":579,"size":526650,"abspath":"ZvWLX7JDAzfFtUAM/dXNlciBhbmRyZXdraW5nQGZseXdoZWVsLmlv/aCzNH3n-181cDNRt/Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-04.dcm","depth":5}}
{"_id":"682ccd415dcc478767d1ea79","src_stat":{"modified":1745592181,"size":526650,"type":"dicom","file_id":"680b9f75763f485cabb314f8","version":"1"},"dst_path":"Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-05.dcm","status":"created","unzip":false,"src_path":"Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-05.dcm","dst_stat":{"_id":"682ccd40aa0cdf551d0cd5ac","created":"2025-05-20T18:43:12.903+00:00","modified":"2025-05-20T18:43:12.903+00:00","project_id":"66f58b5fb2430337c5b5400c","blob_session_id":"682ccd1f79fed7cd5c0cd46d","origin":{"type":"user","id":"johndoe@flywheel.io"},"path":"Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-05.dcm","file_id":{"file_id":"680b9f75763f485cabb314f8","version":1},"seq_no":580,"size":526650,"abspath":"ZvWLX7JDAzfFtUAM/dXNlciBhbmRyZXdraW5nQGZseXdoZWVsLmlv/aCzNH3n-181cDNRt/Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-05.dcm","depth":5}}
{"_id":"682ccd415dcc478767d1ea7c","src_stat":{"modified":1745592181,"size":526650,"type":"dicom","file_id":"680b9f75871d4c149bb314b6","version":"1"},"dst_path":"Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-07.dcm","status":"created","unzip":false,"src_path":"Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-07.dcm","dst_stat":{"_id":"682ccd408074b4c7360cd571","created":"2025-05-20T18:43:12.929+00:00","modified":"2025-05-20T18:43:12.929+00:00","project_id":"66f58b5fb2430337c5b5400c","blob_session_id":"682ccd1f79fed7cd5c0cd46d","origin":{"type":"user","id":"johndoe@flywheel.io"},"path":"Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-07.dcm","file_id":{"file_id":"680b9f75871d4c149bb314b6","version":1},"seq_no":581,"size":526650,"abspath":"ZvWLX7JDAzfFtUAM/dXNlciBhbmRyZXdraW5nQGZseXdoZWVsLmlv/aCzNH3n-181cDNRt/Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-07.dcm","depth":5}}
{"_id":"682ccd415dcc478767d1ea7d","src_stat":{"modified":1745592181,"size":526650,"type":"dicom","file_id":"680b9f75871d4c149bb314b7","version":"1"},"dst_path":"Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-06.dcm","status":"created","unzip":false,"src_path":"Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-06.dcm","dst_stat":{"_id":"682ccd40aa0cdf551d0cd5ad","created":"2025-05-20T18:43:12.931+00:00","modified":"2025-05-20T18:43:12.931+00:00","project_id":"66f58b5fb2430337c5b5400c","blob_session_id":"682ccd1f79fed7cd5c0cd46d","origin":{"type":"user","id":"johndoe@flywheel.io"},"path":"Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-06.dcm","file_id":{"file_id":"680b9f75871d4c149bb314b7","version":1},"seq_no":582,"size":526650,"abspath":"ZvWLX7JDAzfFtUAM/dXNlciBhbmRyZXdraW5nQGZseXdoZWVsLmlv/aCzNH3n-181cDNRt/Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-06.dcm","depth":5}}
{"_id":"682ccd415dcc478767d1ea80","src_stat":{"modified":1745592182,"size":526650,"type":"dicom","file_id":"680b9f76871d4c149bb314b8","version":"1"},"dst_path":"Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-08.dcm","status":"created","unzip":false,"src_path":"Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-08.dcm","dst_stat":{"_id":"682ccd40aa0cdf551d0cd5ae","created":"2025-05-20T18:43:12.986+00:00","modified":"2025-05-20T18:43:12.986+00:00","project_id":"66f58b5fb2430337c5b5400c","blob_session_id":"682ccd1f79fed7cd5c0cd46d","origin":{"type":"user","id":"johndoe@flywheel.io"},"path":"Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-08.dcm","file_id":{"file_id":"680b9f76871d4c149bb314b8","version":1},"seq_no":583,"size":526650,"abspath":"ZvWLX7JDAzfFtUAM/dXNlciBhbmRyZXdraW5nQGZseXdoZWVsLmlv/aCzNH3n-181cDNRt/Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-08.dcm","depth":5}}
{"_id":"682ccd415dcc478767d1ea81","src_stat":{"modified":1745592183,"size":526646,"type":"dicom","file_id":"680b9f77763f485cabb314f9","version":"1"},"dst_path":"Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-09.dcm","status":"created","unzip":false,"src_path":"Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-09.dcm","dst_stat":{"_id":"682ccd408074b4c7360cd572","created":"2025-05-20T18:43:12.989+00:00","modified":"2025-05-20T18:43:12.989+00:00","project_id":"66f58b5fb2430337c5b5400c","blob_session_id":"682ccd1f79fed7cd5c0cd46d","origin":{"type":"user","id":"johndoe@flywheel.io"},"path":"Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-09.dcm","file_id":{"file_id":"680b9f77763f485cabb314f9","version":1},"seq_no":584,"size":526646,"abspath":"ZvWLX7JDAzfFtUAM/dXNlciBhbmRyZXdraW5nQGZseXdoZWVsLmlv/aCzNH3n-181cDNRt/Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-09.dcm","depth":5}}
{"_id":"682ccd415dcc478767d1ea84","src_stat":{"modified":1745592183,"size":526648,"type":"dicom","file_id":"680b9f77763f485cabb314fa","version":"1"},"dst_path":"Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-11.dcm","status":"created","unzip":false,"src_path":"Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-11.dcm","dst_stat":{"_id":"682ccd41aa0cdf551d0cd5af","created":"2025-05-20T18:43:13.036+00:00","modified":"2025-05-20T18:43:13.036+00:00","project_id":"66f58b5fb2430337c5b5400c","blob_session_id":"682ccd1f79fed7cd5c0cd46d","origin":{"type":"user","id":"johndoe@flywheel.io"},"path":"Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-11.dcm","file_id":{"file_id":"680b9f77763f485cabb314fa","version":1},"seq_no":585,"size":526648,"abspath":"ZvWLX7JDAzfFtUAM/dXNlciBhbmRyZXdraW5nQGZseXdoZWVsLmlv/aCzNH3n-181cDNRt/Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-11.dcm","depth":5}}
{"_id":"682ccd415dcc478767d1ea85","src_stat":{"modified":1745592183,"size":526646,"type":"dicom","file_id":"680b9f77871d4c149bb314b9","version":"1"},"dst_path":"Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-10.dcm","status":"created","unzip":false,"src_path":"Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-10.dcm","dst_stat":{"_id":"682ccd418074b4c7360cd573","created":"2025-05-20T18:43:13.051+00:00","modified":"2025-05-20T18:43:13.051+00:00","project_id":"66f58b5fb2430337c5b5400c","blob_session_id":"682ccd1f79fed7cd5c0cd46d","origin":{"type":"user","id":"johndoe@flywheel.io"},"path":"Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-10.dcm","file_id":{"file_id":"680b9f77871d4c149bb314b9","version":1},"seq_no":586,"size":526646,"abspath":"ZvWLX7JDAzfFtUAM/dXNlciBhbmRyZXdraW5nQGZseXdoZWVsLmlv/aCzNH3n-181cDNRt/Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-10.dcm","depth":5}}
{"_id":"682ccd415dcc478767d1ea88","src_stat":{"modified":1745592184,"size":526648,"type":"dicom","file_id":"680b9f781cb30fcaf1b314cc","version":"1"},"dst_path":"Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-14.dcm","status":"created","unzip":false,"src_path":"Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-14.dcm","dst_stat":{"_id":"682ccd41aa0cdf551d0cd5b0","created":"2025-05-20T18:43:13.090+00:00","modified":"2025-05-20T18:43:13.090+00:00","project_id":"66f58b5fb2430337c5b5400c","blob_session_id":"682ccd1f79fed7cd5c0cd46d","origin":{"type":"user","id":"johndoe@flywheel.io"},"path":"Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-14.dcm","file_id":{"file_id":"680b9f781cb30fcaf1b314cc","version":1},"seq_no":587,"size":526648,"abspath":"ZvWLX7JDAzfFtUAM/dXNlciBhbmRyZXdraW5nQGZseXdoZWVsLmlv/aCzNH3n-181cDNRt/Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-14.dcm","depth":5}}
{"_id":"682ccd415dcc478767d1ea89","src_stat":{"modified":1745592184,"size":526648,"type":"dicom","file_id":"680b9f78763f485cabb314fb","version":"1"},"dst_path":"Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-12.dcm","status":"created","unzip":false,"src_path":"Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-12.dcm","dst_stat":{"_id":"682ccd418074b4c7360cd574","created":"2025-05-20T18:43:13.105+00:00","modified":"2025-05-20T18:43:13.105+00:00","project_id":"66f58b5fb2430337c5b5400c","blob_session_id":"682ccd1f79fed7cd5c0cd46d","origin":{"type":"user","id":"johndoe@flywheel.io"},"path":"Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-12.dcm","file_id":{"file_id":"680b9f78763f485cabb314fb","version":1},"seq_no":588,"size":526648,"abspath":"ZvWLX7JDAzfFtUAM/dXNlciBhbmRyZXdraW5nQGZseXdoZWVsLmlv/aCzNH3n-181cDNRt/Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-12.dcm","depth":5}}
{"_id":"682ccd415dcc478767d1ea8c","src_stat":{"modified":1745592184,"size":526648,"type":"dicom","file_id":"680b9f78871d4c149bb314ba","version":"1"},"dst_path":"Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-13.dcm","status":"created","unzip":false,"src_path":"Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-13.dcm","dst_stat":{"_id":"682ccd418074b4c7360cd575","created":"2025-05-20T18:43:13.135+00:00","modified":"2025-05-20T18:43:13.135+00:00","project_id":"66f58b5fb2430337c5b5400c","blob_session_id":"682ccd1f79fed7cd5c0cd46d","origin":{"type":"user","id":"johndoe@flywheel.io"},"path":"Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-13.dcm","file_id":{"file_id":"680b9f78871d4c149bb314ba","version":1},"seq_no":589,"size":526648,"abspath":"ZvWLX7JDAzfFtUAM/dXNlciBhbmRyZXdraW5nQGZseXdoZWVsLmlv/aCzNH3n-181cDNRt/Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-13.dcm","depth":5}}
{"_id":"682ccd415dcc478767d1ea8d","src_stat":{"modified":1745592185,"size":526648,"type":"dicom","file_id":"680b9f791cb30fcaf1b314cd","version":"1"},"dst_path":"Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-15.dcm","status":"created","unzip":false,"src_path":"Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-15.dcm","dst_stat":{"_id":"682ccd41aa0cdf551d0cd5b1","created":"2025-05-20T18:43:13.138+00:00","modified":"2025-05-20T18:43:13.138+00:00","project_id":"66f58b5fb2430337c5b5400c","blob_session_id":"682ccd1f79fed7cd5c0cd46d","origin":{"type":"user","id":"johndoe@flywheel.io"},"path":"Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-15.dcm","file_id":{"file_id":"680b9f791cb30fcaf1b314cd","version":1},"seq_no":590,"size":526648,"abspath":"ZvWLX7JDAzfFtUAM/dXNlciBhbmRyZXdraW5nQGZseXdoZWVsLmlv/aCzNH3n-181cDNRt/Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-15.dcm","depth":5}}
{"_id":"682ccd415dcc478767d1ea8f","src_stat":{"modified":1745592186,"size":526648,"type":"dicom","file_id":"680b9f7a1cb30fcaf1b314ce","version":"1"},"dst_path":"Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-16.dcm","status":"created","unzip":false,"src_path":"Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-16.dcm","dst_stat":{"_id":"682ccd418074b4c7360cd576","created":"2025-05-20T18:43:13.182+00:00","modified":"2025-05-20T18:43:13.182+00:00","project_id":"66f58b5fb2430337c5b5400c","blob_session_id":"682ccd1f79fed7cd5c0cd46d","origin":{"type":"user","id":"johndoe@flywheel.io"},"path":"Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-16.dcm","file_id":{"file_id":"680b9f7a1cb30fcaf1b314ce","version":1},"seq_no":591,"size":526648,"abspath":"ZvWLX7JDAzfFtUAM/dXNlciBhbmRyZXdraW5nQGZseXdoZWVsLmlv/aCzNH3n-181cDNRt/Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-16.dcm","depth":5}}
{"_id":"682ccd425dcc478767d1ea91","src_stat":{"modified":1745592186,"size":526648,"type":"dicom","file_id":"680b9f7a763f485cabb314fc","version":"1"},"dst_path":"Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-17.dcm","status":"created","unzip":false,"src_path":"Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-17.dcm","dst_stat":{"_id":"682ccd418074b4c7360cd577","created":"2025-05-20T18:43:13.643+00:00","modified":"2025-05-20T18:43:13.643+00:00","project_id":"66f58b5fb2430337c5b5400c","blob_session_id":"682ccd1f79fed7cd5c0cd46d","origin":{"type":"user","id":"johndoe@flywheel.io"},"path":"Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-17.dcm","file_id":{"file_id":"680b9f7a763f485cabb314fc","version":1},"seq_no":592,"size":526648,"abspath":"ZvWLX7JDAzfFtUAM/dXNlciBhbmRyZXdraW5nQGZseXdoZWVsLmlv/aCzNH3n-181cDNRt/Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-17.dcm","depth":5}}
{"_id":"682ccd425dcc478767d1ea94","src_stat":{"modified":1745592186,"size":526648,"type":"dicom","file_id":"680b9f7a763f485cabb314fd","version":"1"},"dst_path":"Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-18.dcm","status":"created","unzip":false,"src_path":"Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-18.dcm","dst_stat":{"_id":"682ccd41aa0cdf551d0cd5b2","created":"2025-05-20T18:43:13.686+00:00","modified":"2025-05-20T18:43:13.686+00:00","project_id":"66f58b5fb2430337c5b5400c","blob_session_id":"682ccd1f79fed7cd5c0cd46d","origin":{"type":"user","id":"johndoe@flywheel.io"},"path":"Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-18.dcm","file_id":{"file_id":"680b9f7a763f485cabb314fd","version":1},"seq_no":593,"size":526648,"abspath":"ZvWLX7JDAzfFtUAM/dXNlciBhbmRyZXdraW5nQGZseXdoZWVsLmlv/aCzNH3n-181cDNRt/Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-18.dcm","depth":5}}
{"_id":"682ccd425dcc478767d1ea96","src_stat":{"modified":1745592187,"size":526648,"type":"dicom","file_id":"680b9f7b1cb30fcaf1b314cf","version":"1"},"dst_path":"Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-20.dcm","status":"created","unzip":false,"src_path":"Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-20.dcm","dst_stat":{"_id":"682ccd418074b4c7360cd578","created":"2025-05-20T18:43:13.701+00:00","modified":"2025-05-20T18:43:13.701+00:00","project_id":"66f58b5fb2430337c5b5400c","blob_session_id":"682ccd1f79fed7cd5c0cd46d","origin":{"type":"user","id":"johndoe@flywheel.io"},"path":"Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-20.dcm","file_id":{"file_id":"680b9f7b1cb30fcaf1b314cf","version":1},"seq_no":594,"size":526648,"abspath":"ZvWLX7JDAzfFtUAM/dXNlciBhbmRyZXdraW5nQGZseXdoZWVsLmlv/aCzNH3n-181cDNRt/Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-20.dcm","depth":5}}
{"_id":"682ccd425dcc478767d1ea97","src_stat":{"modified":1745592187,"size":526648,"type":"dicom","file_id":"680b9f7b1cb30fcaf1b314d0","version":"1"},"dst_path":"Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-21.dcm","status":"created","unzip":false,"src_path":"Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-21.dcm","dst_stat":{"_id":"682ccd41aa0cdf551d0cd5b3","created":"2025-05-20T18:43:13.722+00:00","modified":"2025-05-20T18:43:13.722+00:00","project_id":"66f58b5fb2430337c5b5400c","blob_session_id":"682ccd1f79fed7cd5c0cd46d","origin":{"type":"user","id":"johndoe@flywheel.io"},"path":"Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-21.dcm","file_id":{"file_id":"680b9f7b1cb30fcaf1b314d0","version":1},"seq_no":595,"size":526648,"abspath":"ZvWLX7JDAzfFtUAM/dXNlciBhbmRyZXdraW5nQGZseXdoZWVsLmlv/aCzNH3n-181cDNRt/Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-21.dcm","depth":5}}
{"_id":"682ccd425dcc478767d1ea9a","src_stat":{"modified":1745592187,"size":526648,"type":"dicom","file_id":"680b9f7b763f485cabb314fe","version":"1"},"dst_path":"Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-19.dcm","status":"created","unzip":false,"src_path":"Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-19.dcm","dst_stat":{"_id":"682ccd418074b4c7360cd579","created":"2025-05-20T18:43:13.760+00:00","modified":"2025-05-20T18:43:13.760+00:00","project_id":"66f58b5fb2430337c5b5400c","blob_session_id":"682ccd1f79fed7cd5c0cd46d","origin":{"type":"user","id":"johndoe@flywheel.io"},"path":"Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-19.dcm","file_id":{"file_id":"680b9f7b763f485cabb314fe","version":1},"seq_no":596,"size":526648,"abspath":"ZvWLX7JDAzfFtUAM/dXNlciBhbmRyZXdraW5nQGZseXdoZWVsLmlv/aCzNH3n-181cDNRt/Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-19.dcm","depth":5}}
{"_id":"682ccd425dcc478767d1ea9b","src_stat":{"modified":1745592188,"size":526648,"type":"dicom","file_id":"680b9f7c763f485cabb314ff","version":"1"},"dst_path":"Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-22.dcm","status":"created","unzip":false,"src_path":"Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-22.dcm","dst_stat":{"_id":"682ccd41aa0cdf551d0cd5b4","created":"2025-05-20T18:43:13.775+00:00","modified":"2025-05-20T18:43:13.775+00:00","project_id":"66f58b5fb2430337c5b5400c","blob_session_id":"682ccd1f79fed7cd5c0cd46d","origin":{"type":"user","id":"johndoe@flywheel.io"},"path":"Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-22.dcm","file_id":{"file_id":"680b9f7c763f485cabb314ff","version":1},"seq_no":597,"size":526648,"abspath":"ZvWLX7JDAzfFtUAM/dXNlciBhbmRyZXdraW5nQGZseXdoZWVsLmlv/aCzNH3n-181cDNRt/Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-22.dcm","depth":5}}
{"_id":"682ccd425dcc478767d1ea9d","src_stat":{"modified":1745592189,"size":526648,"type":"dicom","file_id":"680b9f7dcd53619967b3149d","version":"1"},"dst_path":"Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-23.dcm","status":"created","unzip":false,"src_path":"Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-23.dcm","dst_stat":{"_id":"682ccd41aa0cdf551d0cd5b5","created":"2025-05-20T18:43:13.806+00:00","modified":"2025-05-20T18:43:13.806+00:00","project_id":"66f58b5fb2430337c5b5400c","blob_session_id":"682ccd1f79fed7cd5c0cd46d","origin":{"type":"user","id":"johndoe@flywheel.io"},"path":"Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-23.dcm","file_id":{"file_id":"680b9f7dcd53619967b3149d","version":1},"seq_no":598,"size":526648,"abspath":"ZvWLX7JDAzfFtUAM/dXNlciBhbmRyZXdraW5nQGZseXdoZWVsLmlv/aCzNH3n-181cDNRt/Enigma Biosciences/PGBM-017/{StudyDate}/5361 - Mask_Tumor/1-23.dcm","depth":5}}
{"_id":"682ccd425dcc478767d1ea9f","src_stat":{"modified":1745592293,"size":12114464,"type":"dicom","file_id":"680b9fe51cb30fcaf1b314d1","version":"1"},"dst_path":"Enigma Biosciences/PGBM-017/19970917/32602 - dT1/32602 - dT1.dicom.zip","status":"created","unzip":false,"src_path":"Enigma Biosciences/PGBM-017/19970917/32602 - dT1/32602 - dT1.dicom.zip","dst_stat":{"_id":"682ccd418074b4c7360cd57a","created":"2025-05-20T18:43:13.839+00:00","modified":"2025-05-20T18:43:13.839+00:00","project_id":"66f58b5fb2430337c5b5400c","blob_session_id":"682ccd1f79fed7cd5c0cd46d","origin":{"type":"user","id":"johndoe@flywheel.io"},"path":"Enigma Biosciences/PGBM-017/19970917/32602 - dT1/32602 - dT1.dicom.zip","file_id":{"file_id":"680b9fe51cb30fcaf1b314d1","version":1},"seq_no":599,"size":12114464,"abspath":"ZvWLX7JDAzfFtUAM/dXNlciBhbmRyZXdraW5nQGZseXdoZWVsLmlv/aCzNH3n-181cDNRt/Enigma Biosciences/PGBM-017/19970917/32602 - dT1/32602 - dT1.dicom.zip","depth":5}}
{"_id":"682ccd425dcc478767d1eaa1","src_stat":{"modified":1745592295,"size":12114556,"type":"dicom","file_id":"680b9fe7cd53619967b3149e","version":"1"},"dst_path":"Enigma Biosciences/PGBM-017/19970917/37614 - FLYW_reg/37614 - FLYW_reg.dicom.zip","status":"created","unzip":false,"src_path":"Enigma Biosciences/PGBM-017/19970917/37614 - FLYW_reg/37614 - FLYW_reg.dicom.zip","dst_stat":{"_id":"682ccd41aa0cdf551d0cd5b6","created":"2025-05-20T18:43:13.865+00:00","modified":"2025-05-20T18:43:13.865+00:00","project_id":"66f58b5fb2430337c5b5400c","blob_session_id":"682ccd1f79fed7cd5c0cd46d","origin":{"type":"user","id":"johndoe@flywheel.io"},"path":"Enigma Biosciences/PGBM-017/19970917/37614 - FLYW_reg/37614 - FLYW_reg.dicom.zip","file_id":{"file_id":"680b9fe7cd53619967b3149e","version":1},"seq_no":600,"size":12114556,"abspath":"ZvWLX7JDAzfFtUAM/dXNlciBhbmRyZXdraW5nQGZseXdoZWVsLmlv/aCzNH3n-181cDNRt/Enigma Biosciences/PGBM-017/19970917/37614 - FLYW_reg/37614 - FLYW_reg.dicom.zip","depth":5}}
{"_id":"682ccd425dcc478767d1eaa4","src_stat":{"modified":1745592335,"size":12121410,"type":"dicom","file_id":"680ba00f763f485cabb31501","version":"1"},"dst_path":"Enigma Biosciences/PGBM-017/19970917/37616 - T1pre_reg/37616 - T1pre_reg.dicom.zip","status":"created","unzip":false,"src_path":"Enigma Biosciences/PGBM-017/19970917/37616 - T1pre_reg/37616 - T1pre_reg.dicom.zip","dst_stat":{"_id":"682ccd418074b4c7360cd57b","created":"2025-05-20T18:43:13.907+00:00","modified":"2025-05-20T18:43:13.907+00:00","project_id":"66f58b5fb2430337c5b5400c","blob_session_id":"682ccd1f79fed7cd5c0cd46d","origin":{"type":"user","id":"johndoe@flywheel.io"},"path":"Enigma Biosciences/PGBM-017/19970917/37616 - T1pre_reg/37616 - T1pre_reg.dicom.zip","file_id":{"file_id":"680ba00f763f485cabb31501","version":1},"seq_no":601,"size":12121410,"abspath":"ZvWLX7JDAzfFtUAM/dXNlciBhbmRyZXdraW5nQGZseXdoZWVsLmlv/aCzNH3n-181cDNRt/Enigma Biosciences/PGBM-017/19970917/37616 - T1pre_reg/37616 - T1pre_reg.dicom.zip","depth":5}}
{"_id":"682ccd425dcc478767d1eaa5","src_stat":{"modified":1745592339,"size":12114556,"type":"dicom","file_id":"680ba013763f485cabb31502","version":"1"},"dst_path":"Enigma Biosciences/PGBM-017/19970917/37619 - nCBF_reg/37619 - nCBF_reg.dicom.zip","status":"created","unzip":false,"src_path":"Enigma Biosciences/PGBM-017/19970917/37619 - nCBF_reg/37619 - nCBF_reg.dicom.zip","dst_stat":{"_id":"682ccd41aa0cdf551d0cd5b7","created":"2025-05-20T18:43:13.918+00:00","modified":"2025-05-20T18:43:13.918+00:00","project_id":"66f58b5fb2430337c5b5400c","blob_session_id":"682ccd1f79fed7cd5c0cd46d","origin":{"type":"user","id":"johndoe@flywheel.io"},"path":"Enigma Biosciences/PGBM-017/19970917/37619 - nCBF_reg/37619 - nCBF_reg.dicom.zip","file_id":{"file_id":"680ba013763f485cabb31502","version":1},"seq_no":602,"size":12114556,"abspath":"ZvWLX7JDAzfFtUAM/dXNlciBhbmRyZXdraW5nQGZseXdoZWVsLmlv/aCzNH3n-181cDNRt/Enigma Biosciences/PGBM-017/19970917/37619 - nCBF_reg/37619 - nCBF_reg.dicom.zip","depth":5}}
{"_id":"682ccd425dcc478767d1eaa7","src_stat":{"modified":1745592377,"size":12114602,"type":"dicom","file_id":"680ba039871d4c149bb314bd","version":"1"},"dst_path":"Enigma Biosciences/PGBM-017/19970917/37620 - sRCBV_reg/37620 - sRCBV_reg.dicom.zip","status":"created","unzip":false,"src_path":"Enigma Biosciences/PGBM-017/19970917/37620 - sRCBV_reg/37620 - sRCBV_reg.dicom.zip","dst_stat":{"_id":"682ccd418074b4c7360cd57c","created":"2025-05-20T18:43:13.952+00:00","modified":"2025-05-20T18:43:13.952+00:00","project_id":"66f58b5fb2430337c5b5400c","blob_session_id":"682ccd1f79fed7cd5c0cd46d","origin":{"type":"user","id":"johndoe@flywheel.io"},"path":"Enigma Biosciences/PGBM-017/19970917/37620 - sRCBV_reg/37620 - sRCBV_reg.dicom.zip","file_id":{"file_id":"680ba039871d4c149bb314bd","version":1},"seq_no":603,"size":12114602,"abspath":"ZvWLX7JDAzfFtUAM/dXNlciBhbmRyZXdraW5nQGZseXdoZWVsLmlv/aCzNH3n-181cDNRt/Enigma Biosciences/PGBM-017/19970917/37620 - sRCBV_reg/37620 - sRCBV_reg.dicom.zip","depth":5}}
{"_id":"682ccd425dcc478767d1eaaa","src_stat":{"modified":1745592384,"size":12120766,"type":"dicom","file_id":"680ba0401cb30fcaf1b314d2","version":"1"},"dst_path":"Enigma Biosciences/PGBM-017/19970917/37751 - T2_reg/37751 - T2_reg.dicom.zip","status":"created","unzip":false,"src_path":"Enigma Biosciences/PGBM-017/19970917/37751 - T2_reg/37751 - T2_reg.dicom.zip","dst_stat":{"_id":"682ccd41aa0cdf551d0cd5b8","created":"2025-05-20T18:43:13.986+00:00","modified":"2025-05-20T18:43:13.986+00:00","project_id":"66f58b5fb2430337c5b5400c","blob_session_id":"682ccd1f79fed7cd5c0cd46d","origin":{"type":"user","id":"johndoe@flywheel.io"},"path":"Enigma Biosciences/PGBM-017/19970917/37751 - T2_reg/37751 - T2_reg.dicom.zip","file_id":{"file_id":"680ba0401cb30fcaf1b314d2","version":1},"seq_no":604,"size":12120766,"abspath":"ZvWLX7JDAzfFtUAM/dXNlciBhbmRyZXdraW5nQGZseXdoZWVsLmlv/aCzNH3n-181cDNRt/Enigma Biosciences/PGBM-017/19970917/37751 - T2_reg/37751 - T2_reg.dicom.zip","depth":5}}
{"_id":"682ccd425dcc478767d1eaab","src_stat":{"modified":1745592384,"size":12114602,"type":"dicom","file_id":"680ba040763f485cabb31503","version":"1"},"dst_path":"Enigma Biosciences/PGBM-017/19970917/37621 - nRCBV_reg/37621 - nRCBV_reg.dicom.zip","status":"created","unzip":false,"src_path":"Enigma Biosciences/PGBM-017/19970917/37621 - nRCBV_reg/37621 - nRCBV_reg.dicom.zip","dst_stat":{"_id":"682ccd428074b4c7360cd57d","created":"2025-05-20T18:43:14.011+00:00","modified":"2025-05-20T18:43:14.011+00:00","project_id":"66f58b5fb2430337c5b5400c","blob_session_id":"682ccd1f79fed7cd5c0cd46d","origin":{"type":"user","id":"johndoe@flywheel.io"},"path":"Enigma Biosciences/PGBM-017/19970917/37621 - nRCBV_reg/37621 - nRCBV_reg.dicom.zip","file_id":{"file_id":"680ba040763f485cabb31503","version":1},"seq_no":605,"size":12114602,"abspath":"ZvWLX7JDAzfFtUAM/dXNlciBhbmRyZXdraW5nQGZseXdoZWVsLmlv/aCzNH3n-181cDNRt/Enigma Biosciences/PGBM-017/19970917/37621 - nRCBV_reg/37621 - nRCBV_reg.dicom.zip","depth":5}}
{"_id":"682ccd425dcc478767d1eaad","src_stat":{"modified":1745592418,"size":12112916,"type":"dicom","file_id":"680ba0621cb30fcaf1b314d3","version":"1"},"dst_path":"Enigma Biosciences/PGBM-017/19970917/5361 - Mask_Tumor/5361 - Mask_Tumor.dicom.zip","status":"created","unzip":false,"src_path":"Enigma Biosciences/PGBM-017/19970917/5361 - Mask_Tumor/5361 - Mask_Tumor.dicom.zip","dst_stat":{"_id":"682ccd42aa0cdf551d0cd5b9","created":"2025-05-20T18:43:14.047+00:00","modified":"2025-05-20T18:43:14.047+00:00","project_id":"66f58b5fb2430337c5b5400c","blob_session_id":"682ccd1f79fed7cd5c0cd46d","origin":{"type":"user","id":"johndoe@flywheel.io"},"path":"Enigma Biosciences/PGBM-017/19970917/5361 - Mask_Tumor/5361 - Mask_Tumor.dicom.zip","file_id":{"file_id":"680ba0621cb30fcaf1b314d3","version":1},"seq_no":606,"size":12112916,"abspath":"ZvWLX7JDAzfFtUAM/dXNlciBhbmRyZXdraW5nQGZseXdoZWVsLmlv/aCzNH3n-181cDNRt/Enigma Biosciences/PGBM-017/19970917/5361 - Mask_Tumor/5361 - Mask_Tumor.dicom.zip","depth":5}}

The following is a single line from a JSONLines-formatted Import Audit Report. The line has been reformatted for easier viewing.

{
  "_id": "682ccd425dcc478767d1eaad",
  "src_stat": {
    "modified": 1745592418,
    "size": 12112916,
    "type": "dicom",
    "file_id": "680ba0621cb30fcaf1b314d3",
    "version": "1"
  },
  "dst_path": "Enigma Biosciences/PGBM-017/19970917/5361 - Mask_Tumor/5361 - Mask_Tumor.dicom.zip",
  "status": "created",
  "unzip": false,
  "src_path": "Enigma Biosciences/PGBM-017/19970917/5361 - Mask_Tumor/5361 - Mask_Tumor.dicom.zip",
  "dst_stat": {
    "_id": "682ccd42aa0cdf551d0cd5b9",
    "created": "2025-05-20T18:43:14.047+00:00",
    "modified": "2025-05-20T18:43:14.047+00:00",
    "project_id": "66f58b5fb2430337c5b5400c",
    "blob_session_id": "682ccd1f79fed7cd5c0cd46d",
    "origin": {
      "type": "user",
      "id": "johndoe@flywheel.io"
    },
    "path": "Enigma Biosciences/PGBM-017/19970917/5361 - Mask_Tumor/5361 - Mask_Tumor.dicom.zip",
    "file_id": {
      "file_id": "680ba0621cb30fcaf1b314d3",
      "version": 1
    },
    "seq_no": 606,
    "size": 12112916,
    "abspath": "ZvWLX7JDAzfFtUAM/dXNlciBhbmRyZXdraW5nQGZseXdoZWVsLmlv/aCzNH3n-181cDNRt/Enigma Biosciences/PGBM-017/19970917/5361 - Mask_Tumor/5361 - Mask_Tumor.dicom.zip",
    "depth": 5
  }
}