Not getting full report data

Hi,
I am trying to get the reports data via API Report Exporter utility as mentioned on the API documentation page. I am able to get the generated CSV filename as the response and then used the downloader to get the data.
However, I am getting different number of records each time I execute the API command. Not able to understand why is that ?
Also, in case when I need to pull large data, how to get all the generated filenames ?
Please help in resolving the issue. Thanks!
Answers
-
FWIW, I would spend time thinking about the report state filter. Start and End dates are tied to the submitted event. If you are filtering for a report state of approved, you could see new records showing up each time you pull because for some submitted reports, the approved event has not happened yet.
-
Hi xaras,
Thanks for responding.
I am able to resolve the issue by looking upon the filters again. It was a silly mistake at my end.