---
title: "Retrieve the Printable Lab Order View"
method: GET
path: "/api/2.0/lab_orders/{id}/printable/"
tags: ["Lab Orders"]
---

# Retrieve the Printable Lab Order View

`GET /api/2.0/lab_orders/{id}/printable/`

Providers are able to print a view of the lab order including the data provided behind this endpoint. Each lab order response includes a link to obtain this view; a PDF file. When you GET the link you'll receive a response with application/pdf and the bytes of the PDF.

## Path parameters

- `id` integer, required

## Query parameters

- `print_header` string

## Response `200`

- string, binary

---

[API](https://skmtc.net/elationhealth/apis/api-authentication.md) · [All operations](https://skmtc.net/elationhealth/apis/api-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/elationhealth/api-authentication/versions/c060f89d4de7/schema)
