---
title: "Retrieve a single Print-Job"
method: GET
path: "/print-jobs/{id}/"
tags: ["Print-Jobs"]
---

# Retrieve a single Print-Job

`GET /print-jobs/{id}/`

Retrieve a single Print-Job by id.

## Path parameters

- `id` string, required

## Response `200`

OK

- object — The extended version of a Print-Job resource that is returned by the detail endpoint
  - `child_job_ids` number[] — The ids of reprints of this Print-Job. Requires role 'print.print-job-reprint'
  - `items` object[] — The line items of a Print-Job, defining it's Printables and their quantities. The property name 'line_items' can be used instead.
    - `reprint` object — This object contains additional informations in case the job is a reprint of another Print-Job. Require the role 'print.print-job-reprint'
      - `defect` string, required — The categorical reason for the reprint, according to our internal list.
  - `line_items` object[], required — The line items of a Print-Job, defining it's Printables and their quantities. The property name 'items' can be used instead.
    - `reprint` object — This object contains additional information in case the job is a reprint of another Print-Job. Require the role 'print.print-job-reprint'
      - `defect` string, required — The categorical reason for the reprint, according to our internal list.
  - `parent_job_id` number — If this Print-Job is a reprint, this is the id of the original job. Requires role 'print.print-job-reprint'

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.dev/lulu/apis/universal-publishing-platform-api.md) · [All operations](https://skmtc.dev/lulu/apis/universal-publishing-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/lulu/universal-publishing-platform-api/revisions/3119f71811f8/schema)
