Hey,
Has anyone had any luck with the form submissions endpoint for the Data API?
I’ve tried both in the interactive docs and on my development environment but this endpoint always seems to return empty arrays for form submissions.
Am i misunderstanding something? Is there an expiry date on fetching submissions via this API?
Currently in the process of migrating certain backend datapoints to supabase, including the form submissions, it would be ideal to maintain backwards compatibility by leveraging the Webflow SDK but this request not working is the blocker.
Hi @patmw - sorry you’re running into issues here! Feel free to DM the Site ID / Form ID and happy to try and triage on our end.
Just to clarify - sounds like you may have had issues with both the SDK and direct API calls to the endpoints? Can you also confirm you’re not setting any offset/limit query parameters as part of your request?
Both are on different endpoints, different platforms / different libraries but seem related given its somehow not sending me data just pagination in both instances
Could my account be blocked from receiving this data in some way? Its something I would expect to see a flag about in my workspace but i dont see anything there
Just to extend – the issues are not quite the same. With the orders, it seems like the pagination is at least working correctly but with the form submissions, the total is always being recognised as 0 even though I know there are submissions