---
title: "Fetch specific order form PDF on order"
method: GET
path: "/orders/{orderId}/pdf/{id}"
tags: ["Orders"]
---

# Fetch specific order form PDF on order

`GET /orders/{orderId}/pdf/{id}`

Retrieves specific PDF of the order form for a specific order identified by its orderId.

## Path parameters

- `orderId` string, required
- `id` string, required

## Response `default`

successful operation

---

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