Hello,
You can get that through some of the tables that Panorama exposes. These instructions assume you're a folder admin where you want to extract the data:
Click on the Gear in the upper right, then Go to Module->Query.
Choose the "targetedms" schema.
Choose either "PrecursorChromInfo" or "TransitionChromInfo" depending on whether you want precursor- or transition-level data.
Click the View Data link.
You'll see one row per precursor or transition and replicate.
You can customize the grid display to remove or add columns:
https://www.labkey.org/Documentation/wiki-page.view?name=customViews
You can export to Excel, TSV, CSV, etc. You can also get a code snippet to access the data programmatically through Python, R, etc.
https://www.labkey.org/Documentation/wiki-page.view?name=exportData
Thanks,
Josh