---
title: "Get a company form pdf"
method: GET
path: "/v1/forms/{form_id}/pdf"
tags: ["Company Forms"]
---

# Get a company form pdf

`GET /v1/forms/{form_id}/pdf`

Get the link to the form PDF

scope: `company_forms:read`

## Path parameters

- `form_id` string, required

## Headers

- `X-Gusto-API-Version` '2026-06-15'

## Response `200`

Success

- FormPdf
  - `uuid` string, required — the UUID of the form
  - `document_url` string, nullable — the URL of the form
  - `document_content_type` string, nullable — The content type of the associated document. Most forms are PDFs with a content type of `application/pdf`. Some tax file packages will be zip files (containing PDFs) with a content type of `application/zip`. This attribute will be `null` when the document has not been prepared.

## Other responses

- `404` — Not Found The requested resource does not exist. Make sure the provided UUID is valid.

---

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