---
title: "Get the full PDF of a holder-scoped institutional filing"
method: GET
path: "/v1/ownership/filing/{filingId}/pdf"
tags: ["Ownership"]
---

# Get the full PDF of a holder-scoped institutional filing

`GET /v1/ownership/filing/{filingId}/pdf`

Downloads the PDF of an ownership filing keyed by holder UUID rather than company. Free-trial keys can read the filings of the holders listed by /v1/ownership/institutional/holders; other holders return 403.

## Path parameters

- `filingId` string, required — Filing ID

## Query parameters

- `holderId` string — Ownership holder UUID. Provide either `holderId` or `cik`.
- `cik` string — SEC CIK of the holder (with or without leading zeros). Provide either `holderId` or `cik`.
- `apiKey` string — API Key (alternatively send via X-Api-Key header)

## Response `200`

Holder filing PDF

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.dev/fiscal/apis/openapi.md) · [All operations](https://skmtc.dev/fiscal/apis/openapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fiscal/openapi/revisions/706968b7c65f/schema)
