---
title: "Show latest revision PDF details"
method: GET
path: "/documents/{document}/revisions/latest/pdf"
tags: ["Document Operations"]
---

# Show latest revision PDF details

`GET /documents/{document}/revisions/latest/pdf`

<small>Requires an API token with the **Document Reader** role.</small>

This endpoint provides access to the most recent revision of a [document](/#documents) in PDF format.

The `pdf_url` field of the response contains a temporary URL that can be used to fetch the latest revision of the
document as a PDF. The URL is pre-authenticated - i.e. it can be requested without sending any additional HTTP
headers.

Note that the `pdf_url` will expire a short time after the response is returned. If the URL has expired, this
endpoint can be requested again to obtain a new `pdf_url`.

Alternatively, the [Download latest revision PDF](/operations/v1.documents.revisions.latest.pdf.download) endpoint can be
used to fetch the document PDF.

## Path parameters

- `document` string, required

## Response `200`

`DocumentRevisionPdfResource`

- object
  - `data` DocumentRevisionPdfResource, required
    - `uuid` string, required — The document revision's UUID
    - `document_name` string, required — The name of the document
    - `pdf_url` string, required — Document PDF can be downloaded from this URL. Note that this URL will expire after a short time
    - `created_at` string, date-time, nullable, required — When the revision was created

## Other responses

- `401` — Unauthenticated
- `403` — Authorization error
- `404` — Not found

---

[API](https://skmtc.dev/fynk/apis/fynk-api-reference.md) · [All operations](https://skmtc.dev/fynk/apis/fynk-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fynk/fynk-api-reference/revisions/9657a6757f59/schema)
