Thanks! this would also work, I did not think of the exportcsv option, I assume I could just keep appending to the same one to save a mess of files.
I did end up creating a bash script to pull the search id then, through a the REST api we are pulling down all the required fields and writing them to a json file using the python SDK.
This is fitting requirements and getting us the info in the best format for parsing to another system.
... View more