---
title: "Retrieve the latest PSV PDF path for a facility workflow"
method: GET
path: "/facility-credentialing-workflows/{id}/latest-psv-pdf"
tags: ["FacilityCredentialingWorkflow"]
---

# Retrieve the latest PSV PDF path for a facility workflow

`GET /facility-credentialing-workflows/{id}/latest-psv-pdf`

Returns the path to the most recently generated PSV PDF document for the specified facility credentialing workflow, or indicates that generation is still in progress. **When to use:** Call after `POST /facility-credentialing-workflows/{id}/generate-psv` to retrieve the completed document. "Latest" is determined by the most recent PSV-related timeline event. **Returns:** * `200 OK` — body contains `{ workflowId, psvPdfPath }`. * `202 Accepted` — body contains `{ workflowId, status: "GENERATING" }`, meaning PDF generation is still in progress. Poll this endpoint again until `200 OK` is returned.

## Path parameters

- `id` string, required

## Headers

- `tenant-id` string, required
- `user-id` string

## Response `200`

Successfully retrieved the latest PSV PDF path

- object

## Other responses

- `202` — PSV PDF is being generated for the latest status transition
- `401` — Unauthorized - Authentication required
- `403` — Forbidden - User does not have required permissions
- `404` — No PSV PDF found for this workflow
- `500` — Internal Server Error - An unexpected error occurred

---

[API](https://skmtc.net/certifyos/apis/certify-api-layer.md) · [All operations](https://skmtc.net/certifyos/apis/certify-api-layer/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/certifyos/certify-api-layer/revisions/563848e0ecc0/schema)
