Your software
My Mautic version is: 4.4.12
We created a python script to process all email published stats data and inject it into Google sheet weekly using API.
When we first test the script, it would only process 27 emails that were published and end the script on exactly the 27th email. If we run the script again it would not process the remaining email or just processing the first 27 skipping it since it’s already in Google sheet then script ends for some reason.
Is it a cap in API or is there a reason why script think there is only a total of 27 email to process from API call?
Any help will be greatly appreciated.