---
title: "Get an archive of a repository"
method: GET
path: "/repos/{owner}/{repo}/archive/{archive}"
tags: ["repository"]
---

# Get an archive of a repository

`GET /repos/{owner}/{repo}/archive/{archive}`

## Path parameters

- `owner` string, required
- `repo` string, required
- `archive` string, required

## Query parameters

- `path` string[]

## Response `200`

success

## Other responses

- `404` — APINotFound is a not found empty response

---

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