I'm trying to get the full report that is generated by the scheduler. A webhook triggers on schedule to my python api endpoint and returns search_name, owner, result (dictionary), results_link, Sid and app.
The results dict only returns the first row of data from the report, whereas I need the full report. Is there an endpoint to grab this from?
Thanks