---
title: "Get Patent File"
method: GET
path: "/v2/datasets/odyssey/patents/{entityId}/file"
tags: ["odyssey"]
---

# Get Patent File

`GET /v2/datasets/odyssey/patents/{entityId}/file`

Get the document link for a patent by patent number. Returns a redirect to the patent PDF.

## Path parameters

- `entityId` string, required

## Response `200`

Successful Response

- OdysseyPatentsGetFileResponse
  - `patent_id` string
  - `patent_url` string
  - `pdf_url` string
  - `source` string
  - `search_results` OdysseyPatentsGetFileResponseSearchResultsItems[]
    - `title` string
    - `url` string

---

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