---
title: "Export Project Endpoint"
method: GET
path: "/api/projects/{project_id}/export"
tags: ["runtime_mutations", "project"]
---

# Export Project Endpoint

`GET /api/projects/{project_id}/export`

Export a project as a .qualia archive (ZIP).

When some notebooks or images cannot be read the archive is still
produced. ``X-Export-Incomplete`` carries the total skip count and
the two ``X-Export-Skipped-*`` headers break it down, with the
skipped notebook paths and blob IDs recorded in ``project.json``.

## Path parameters

- `project_id` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/quadrillion/apis/quadrillion-cloud-api.md) · [All operations](https://skmtc.net/quadrillion/apis/quadrillion-cloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/quadrillion/quadrillion-cloud-api/versions/399077308c86/schema)
