---
title: "Retrieve a list of approval sheets"
method: GET
path: "/approval-sheets"
tags: ["Approval Sheets API"]
---

# Retrieve a list of approval sheets

`GET /approval-sheets`

Retrieve a list of approval sheets confirming suggested changes to files of on hold orders.

## Headers

- `X-PF-Store-Id` string

## Response `200`

OK

- object
  - `code` integer — Response status code `200`
  - `result` ApprovalSheet[]
    - `id` integer
    - `status` 'waiting_for_action' | 'approved'
    - `confirm_hash` string
    - `submitted_design` string
    - `recommended_design` string
    - `approval_sheet` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

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