---
title: "Export every schematic component of a document as one zip"
method: GET
path: "/api/v0/documents/{document_id}/schematic/archive"
tags: ["Documents"]
---

# Export every schematic component of a document as one zip

`GET /api/v0/documents/{document_id}/schematic/archive`

Bundles each schematic visual component's v1 graph plus a manifest into a single zip. The contents round-trip exactly: re-importing the zip via PUT reproduces the same graphs. This is the lossless whole- document counterpart to the lossy `coco-export`.

## Path parameters

- `document_id` string, uuid, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/outerport/apis/outerport-api.md) · [All operations](https://skmtc.dev/outerport/apis/outerport-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/outerport/outerport-api/revisions/f565b46daaea/schema)
