Get one response
get_responseRetrieve a single form submission by its response ID to obtain answers, creation and last submitted times, respondent email, and total score. Map question IDs to question text for readability.
Instructions
Fetches a single submission by its responseId (from list_responses): answers keyed by questionId, createTime, lastSubmittedTime, respondentEmail and totalScore when available. Map questionId to the question text via get_form.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| form_id | Yes | The form id — the long id from the form URL (docs.google.com/forms/d/<formId>/edit) or from create_form output. | |
| response_id | Yes | The response id from list_responses. |