---
title: "Download Workspace Archive"
method: GET
path: "/api/conversations/{conversation_id}/zip-directory"
---

# Download Workspace Archive

`GET /api/conversations/{conversation_id}/zip-directory`

Return a ZIP archive of the current conversation workspace.

## Path parameters

- `conversation_id` string, required

## Response `200`

Zipped workspace returned as FileResponse

- unknown

## Other responses

- `422` — Validation Error
- `500` — Error zipping workspace

---

[API](https://skmtc.dev/all-hands/apis/openhands.md) · [All operations](https://skmtc.dev/all-hands/apis/openhands/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/all-hands/openhands/revisions/4daa2bb4dbf1/schema)
