---
title: "Download a knowledge graph's .zip archive"
method: GET
path: "/api/v0/knowledge-graphs/{kg_id}/archive"
tags: ["Knowledge Graphs"]
---

# Download a knowledge graph's .zip archive

`GET /api/v0/knowledge-graphs/{kg_id}/archive`

Bundles the KG's package subscriptions, documents (raw uploads + display assets), visual components, nodes, edges, extraction provenance, complete attribute-claim history, and fact resolutions into a single .zip suitable for rebuilding a new KG via POST /archive.

## Path parameters

- `kg_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)
