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

# Retrieve the path of the latest PSV PDF for a workflow

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

Returns the storage path of the most recently generated Provider Summary Verification (PSV) PDF for the credentialing workflow identified by `id`, without triggering a new generation. Use `POST /credentialing-workflows/{id}/generate-psv` to generate a new PSV. Returns 200 with `{workflowId, psvPdfPath}` when a completed PSV PDF is available. Returns 202 with `{workflowId, status: "GENERATING"}` when a PSV generation is currently in progress for the latest status transition — poll this endpoint again after a delay. Returns 404 when no PSV PDF has ever been generated for this workflow; call `generate-psv` to create one.

## Path parameters

- `id` string, required

## Headers

- `tenant-id` string, required

## 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)
