---
title: "Download extension archive"
method: GET
path: "/extensions/{id_or_name}"
tags: ["Extensions"]
---

# Download extension archive

`GET /extensions/{id_or_name}`

Download the extension as a ZIP archive by ID or name.

## Path parameters

- `id_or_name` string, required

## Response `200`

Extension ZIP archive

## Other responses

- `401` — Unauthorized – missing or invalid authorization token
- `404` — Resource not found
- `500` — Internal Server Error

---

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