---
title: "Download ZIP Archive"
method: GET
path: "/v1/skills/{id}/versions/{version}/download"
tags: ["Skill Files"]
---

# Download ZIP Archive

`GET /v1/skills/{id}/versions/{version}/download`

Packs, renders with Go text/template engine, and downloads all files of this version as a ZIP file. Any query parameters, request body variables, or a 'variables' JSON string parameter will be parsed as template context.

## Path parameters

- `id` string, required
- `version` integer, required

## Response `200`

The packed ZIP archive

---

[API](https://skmtc.net/px0-ai/apis/px0-api.md) · [All operations](https://skmtc.net/px0-ai/apis/px0-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/px0-ai/px0-api/revisions/3ed72443989d/schema)
