Google Forms - Search records action

The Search records action returns results that match your search criteria.

Input

Input fieldDescription
Form IDProvide the unique ID of the form.
FilterProvide the supported filters.
Page sizeSpecify the number of records to return in the response.
Page tokenProvide the page token from a previous list response. If this field is set, the form and filter values must match those of the original request.

Output

Output fieldDescription
Response IDA unique identifier assigned to each response submitted to the Google Form.
Create timeThe timestamp when the response was created.
Last submitted timeThe timestamp when the response was last submitted.
Respondent emailThe email address of the respondent (if email collection is enabled).
AnswersThe collection of responses provided by the respondent for each question.
Question IDA unique identifier assigned to each question in the form.
GradeThe score assigned to a response if the form includes quiz grading.
Text answersResponses given in text format for open-ended questions.
File upload answersFiles uploaded by the respondent (if the form includes file upload questions).
Total scoreThe final score achieved by the respondent if the form is set as a quiz with grading enabled.
Next page tokenA token used to retrieve the next set of responses. To access the next page, use this token as the page token in a subsequent request.

Last updated: