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

# Export wordpress sandbox data

`GET /sandbox/wordpress/{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

- DumpSandboxResponseWordPressData
  - `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` WordPressData, required — WordPress sandbox data structure
    - `posts` Post[]
      - `title` string, required
      - `content` string, required
      - `status` 'draft' | 'publish' | 'private' | 'pending' | 'trash'
      - `summary` string, nullable
      - `categories` string[]
      - `tags` string[]
      - `image` string, nullable
      - `publish_date` string, nullable
      - `format` 'standard' | 'aside' | 'gallery' | 'link' | 'image' | 'quote' | 'status' | 'video' | 'audio' | 'chat', nullable

## 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)
