listFormResponses returns one provider page and can filter by submission
time. Use it for backfills and explicit pagination.
Example
Inputs
Use only one timestamp boundary. Automate.ax converts it to UTC for Google’s
supported response filter syntax.
Output
Returns{ responses: FormResponse[]; nextPageToken?: string }. See Get form
response
for each response. Follow nextPageToken to retrieve the complete result set.