get_form_response
Retrieve specific form responses from Google Forms to access submitted answers and metadata for review or analysis.
Instructions
Get one response from the form.
Args: user_google_email (str): The user's Google email address. Required. form_id (str): The ID of the form. response_id (str): The ID of the response to retrieve.
Returns: str: Response details including answers and metadata.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_google_email | Yes | ||
| form_id | Yes | ||
| response_id | Yes |