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

# Export mem0 sandbox data

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

- DumpSandboxResponseMem0Data
  - `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` Mem0DataOutput, required — Complete Mem0 sandbox data structure
    - `memory_list` Mem0Memory[] — List of memories
      - `id` string, nullable — Memory ID (read-only, set by Mem0)
      - `content_text` string, nullable — Memory content (returned from API)
      - `message_list` Mem0Message[], nullable — Array of message objects representing the content
        - `role` string, required — Role of the message sender (user or assistant)
        - `content` string, required — Content of the message
      - `agent_id` string, nullable — Agent ID
      - `user_id` string, nullable — User ID
      - `app_id` string, nullable — App ID
      - `run_id` string, nullable — Run ID
      - `metadata` object, nullable — Additional metadata
      - `include_preferences` string, nullable — String to include specific preferences in the memory
      - `exclude_preferences` string, nullable — String to exclude specific preferences in the memory
      - `auto_infer` boolean — Whether to infer memories or directly store messages
      - `response_format` string, nullable — Response format structure (v1.0 or v1.1)
      - `category_definitions` object[], nullable — List of custom categories with name and description
      - `processing_instructions` string, nullable — Project-specific guidelines for handling memories
      - `read_only` boolean — Whether the memory is immutable
      - `background_processing` boolean — Whether to add memory asynchronously
      - `timestamp` integer, nullable — Unix timestamp of the memory
      - `created_at` string, nullable — Creation timestamp
      - `updated_at` string, nullable — Last update timestamp

## 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/revisions/1f05ced7280f/schema)
