---
title: "Export google_forms sandbox data"
method: GET
path: "/sandbox/google_forms/{sandbox_id}/dump"
tags: ["sandbox"]
---

# Export google_forms sandbox data

`GET /sandbox/google_forms/{sandbox_id}/dump`

Export all data from the sandbox in the same format used for initialization.

## Path parameters

- `sandbox_id` string, required — The unique sandbox identifier

## Response `200`

Successful Response

- DumpSandboxResponseGoogleFormsData
  - `sandbox_id` string, required — Sandbox identifier
  - `server_name` 'jira' | 'github' | 'salesforce' | 'hubspot' | 'notion' | 'airtable' | 'linear' | 'asana' | 'google_sheets' | 'google_drive' | 'google_docs' | 'gmail' | 'google_calendar' | 'google_forms' | 'clickup' | 'close' | 'monday' | 'motion' | 'onedrive' | 'microsoft_teams' | 'outlook_mail' | 'cal.com' | 'quickbooks' | 'moneybird' | 'dropbox' | 'shopify' | 'woocommerce' | 'outlook_calendar' | 'resend' | 'wordpress' | 'mem0' | 'supabase' | 'slack' | 'confluence' | 'discord' | 'snowflake' | 'postgres' | 'mongodb' | 'youtube' | 'googleworkspaceatlas' | 'huggingface' | 'mock_notion' | 'arxiv_latex' | 'calculator' | 'clinicaltrialsgov' | 'fetch' | 'met_museum' | 'open_library' | 'osm' | 'pubmed' | 'us_weather' | 'duckduckgo' | 'whois' | 'wikipedia' | 'scholarly' | 'howtocook' | 'yahoo_finance' | '12306' | 'youtube_transcript' | 'weather' | 'twelvedata' | 'national_parks' | 'lara_translate' | 'e2b' | 'context7' | 'alchemy' | 'weights_and_biases' | 'oxylabs' | 'google_maps' | 'brave_search' | 'exa' | 'serper', required — Supported MCP servers for sandboxing
  - `dumped_at` string, date-time, required — Timestamp of dump
  - `data` GoogleFormsDataOutput, required — Complete Google Forms sandbox data structure
    - `forms` GoogleFormsFormOutput[] — List of Google Forms
      - `title` string, required — The form title visible to responders
      - `description` string, nullable — The form description
      - `is_quiz` boolean — Whether this form is a quiz
      - `items` GoogleFormsItemOutput[] — List of form items (questions and section headers)
        - `item_type` 'question' | 'section_header', required — Type of form item
        - `question` GoogleFormsQuestion — A question item in the form - simplified structure
          - `title` string, required — The question title/prompt
          - `description` string, nullable — Additional description for the question
          - `required` boolean — Whether this question is required
          - `question_type` 'short_text' | 'paragraph' | 'multiple_choice' | 'checkbox' | 'dropdown' | 'scale' | 'date' | 'time', required — The type of question
          - `options` GoogleFormsChoiceOption[], nullable — List of options for choice-based questions
            - `value` string, required — The text value of the choice option
          - `scale_low` integer, nullable — Low end of scale (for scale questions)
          - `scale_high` integer, nullable — High end of scale (for scale questions)
          - `scale_low_label` string, nullable — Label for low end of scale
          - `scale_high_label` string, nullable — Label for high end of scale
          - `include_year` boolean, nullable — Whether to include year in date questions
          - `include_time` boolean, nullable — Whether to include time in date questions
        - `section_header` GoogleFormsSectionHeader — A section header/text item in the form
          - `title` string, required — The section title
          - `description` string, nullable — Section description

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/klavis-ai/apis/klavis-ai-https-www-klavis-ai.md) · [All operations](https://skmtc.net/klavis-ai/apis/klavis-ai-https-www-klavis-ai/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/klavis-ai/klavis-ai-https-www-klavis-ai/versions/1f05ced7280f/schema)
