---
title: "Get Job Artifacts"
method: GET
path: "/v1/jobs/{job_id}/artifacts"
tags: ["jobs"]
---

# Get Job Artifacts

`GET /v1/jobs/{job_id}/artifacts`

## Path parameters

- `job_id` string, uuid, required

## Response `200`

Successful Response

- JobArtifactsResponse
  - `job_id` union, required
    - string, uuid
    - string
  - `artifact_uris` string[]

## Other responses

- `422` — Validation Error

---

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