---
title: "Download artifacts from a job."
method: GET
path: "/artifacts/{uuid}"
tags: ["artifacts"]
---

# Download artifacts from a job.

`GET /artifacts/{uuid}`

Download all associated artifacts from a job as a tar.gz.

## Path parameters

- `uuid` string, required — UUID to identify job.

## Response `200`

Tarball of all artifacts from a job.

## Other responses

- `404` — Message stating a job doesn't exist.

---

[API](https://skmtc.dev/canonical/apis/guts-api-spec.md) · [All operations](https://skmtc.dev/canonical/apis/guts-api-spec/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/canonical/guts-api-spec/revisions/8b8b30aae61c/schema)
