Exporting html data

My notification didn’t work, so i tried to find a nice way to export the data.
Csv export right?
Except I noticed that exporting csv comes with size limitations for the text.
is there a way to export the raw data? html or text. Using the chrome extension specifically.
or can we send a new email notification for all sieves or at least all on a page? I see that the function is there for a single sieve to resend.

Any help is appreciated.

There are two ways to export HTML and text:

  1. Using webhook, you can export data automatically to external systems. Here is one for exporting them to Google Sheets: How to save web page changes in Google Sheets? – Distill
  2. API can be used by Enterprise customers to access data programmatically.