---
title: "Fetch a link to download a PDF of the multi-point inspection (MPI) of a repair order by user ID and referenceNum"
method: GET
path: "/api/users/{userId}/repair-orders/{referenceNum}/mpi/pdf"
tags: ["repair-order-controller"]
---

# Fetch a link to download a PDF of the multi-point inspection (MPI) of a repair order by user ID and referenceNum

`GET /api/users/{userId}/repair-orders/{referenceNum}/mpi/pdf`

## Path parameters

- `userId` integer, required
- `referenceNum` string, required

## Response `200`

The mpi was successfully retrieved.

## Other responses

- `400` — Bad Request.
- `401` — Unauthorized.
- `403` — Forbidden.
- `404` — Resource not found.

---

[API](https://skmtc.dev/repairsmith/apis/autonation-mobile-service-developer-api.md) · [All operations](https://skmtc.dev/repairsmith/apis/autonation-mobile-service-developer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/repairsmith/autonation-mobile-service-developer-api/revisions/8ef7fb1398f6/schema)
