---
title: "Workspace Export Preview Endpoint"
method: GET
path: "/api/workspaces/{workspace_id}/export-preview"
tags: ["runtime_mutations", "workspace"]
---

# Workspace Export Preview Endpoint

`GET /api/workspaces/{workspace_id}/export-preview`

## Path parameters

- `workspace_id` string, required

## Response `200`

Successful Response

- WorkspaceExportPreview — What an export would carry, shown in the dialog before the user commits.
  - `notebooks` WorkspaceExportPreviewEntry[], required
    - `relative_path` string, required
    - `open_in_chat` boolean, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-22** `397ad3a1d858` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/quadrillion/apis/quadrillion-cloud-api/changes/api/workspaces/:workspace_id/export-preview/get.md)

---

[API](https://skmtc.dev/quadrillion/apis/quadrillion-cloud-api.md) · [All operations](https://skmtc.dev/quadrillion/apis/quadrillion-cloud-api/llms.txt) · [OpenAPI document](https://skmtc.dev/quadrillion/apis/quadrillion-cloud-api/revisions/d61e2ec5a271?raw)
