API request not returning new submissions until hours later

Hello! Our API requests like https://[domain]/wp-json/gf/v2/entries?sorting[key]=date_created&sorting[direction]=ASC&paging[page_size]=500 are not pulling in the most recent form submissions until hours later, sometimes as long as over 20 hours. If you try changing parameters, it seems to randomly start bringing it in earlier, which might hint at some kind of caching. Is there an option that controls it or could it be something else? Thanks for any insight!

Gravity Forms doesn’t cache entries, so any caching that is occurring is being performed by a caching or optimization plugin, or a service like Cloudflare. You’ll need to exclude the REST API endpoints from caching via the plugin or service settings.

Thank you! Appreciate the quick response. We’ll look in that direction.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.