Skip to main content
googleForms.listResponses returns one Google page and can filter by submission time. Use it for backfills or explicit pagination.

Example

Inputs

Use only one timestamp boundary. Automate.ax converts it to Coordinated Universal Time for Google’s supported response filter syntax.

Output

Returns { responses: FormResponse[]; nextPageToken?: string }. See Get form response. Follow nextPageToken to retrieve all results.