---
title: "Download project archive (.tar.gz)"
method: GET
path: "/api/projects/{project_id}/archive"
tags: ["Projects"]
---

# Download project archive (.tar.gz)

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

## Path parameters

- `project_id` string, required

## Query parameters

- `path` string

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

## Changes

- **2026-05-17** `281dd086d392` — 2 info
  - api operation id `get_api_projects_project_id_archive` removed and replaced with `get_api__projects__project_id__archive`
  - added the new optional `query` request parameter `path`
- **2026-02-17** `43f602c6b7d5` — 1 warning, 1 info
  - deleted the `query` request parameter `path`
  - api operation id `get_api__projects__project_id__archive` removed and replaced with `get_api_projects_project_id_archive`

[Change history](https://skmtc.dev/intelligencedev/apis/manifold-api/changes/api/projects/:project_id/archive/get.md)

---

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