---
title: "Download an artifact from the project folder"
method: GET
path: "/projects/{owner}/{name}/artifacts/download"
tags: ["Artifacts"]
---

# Download an artifact from the project folder

`GET /projects/{owner}/{name}/artifacts/download`

## Path parameters

- `owner` string, required
- `name` string, required

## Query parameters

- `path` string — The path to an file within a project folder

## Response `200`

Retrieved

- unknown

## Other responses

- `400` — Invalid request
- `403` — Access forbidden
- `404` — Not found
- `422` — Validation Error
- `500` — Server error

---

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