---
title: "Get Patent By Id"
method: GET
path: "/v2/datasets/odyssey/patents/{id}"
tags: ["odyssey"]
---

# Get Patent By Id

`GET /v2/datasets/odyssey/patents/{id}`

Get patent details by patent number.

Args:
    id: Patent number (e.g., "US10123456B2")

Returns:
    Patent details

## Path parameters

- `id` string, required

## Response `200`

Successful Response

- PatentByIdResponse — Response for single patent lookup.
  - `error` string, nullable
  - `patent` PatentDetail — Individual patent details.
    - `abstract` string, nullable
    - `assignee` string, nullable
    - `filing_date` string, nullable
    - `inventors` string[]
    - `patent_number` string, required
    - `patent_url` string, nullable
    - `publication_date` string, nullable
    - `title` string, required

---

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