---
title: "Export dashboard"
method: GET
path: "/unstable/documents/{dashboardId}/export"
tags: ["Content migration"]
---

# Export dashboard

`GET /unstable/documents/{dashboardId}/export`

Export dashboard for migration between Omni instances

## Path parameters

- `dashboardId` string, required

## Response `200`

Dashboard export data

- object
  - `dashboard` object — Dashboard configuration
  - `document` object — Document metadata
  - `exportVersion` string
  - `workbookModel` object — Workbook model data
  - `fileUploads` object[] — Spreadsheet file data included in the export. Each item contains the file content and metadata needed to restore spreadsheet tiles during import.
    - `fileUploadId` string — Unique identifier for the file upload
    - `fileName` string — Original file name
    - `contentType` string — MIME type of the file
    - `data` string — Base64-encoded file content

## Other responses

- `404` — Not Found - Resource does not exist

---

[API](https://skmtc.net/omni/apis/omni-api.md) · [All operations](https://skmtc.net/omni/apis/omni-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/omni/omni-api/revisions/6b02f7349d0e/schema)
