---
title: "Get Itc Investigation"
method: GET
path: "/itc-investigations/{itc_investigation_id}"
tags: ["ITC Investigations"]
---

# Get Itc Investigation

`GET /itc-investigations/{itc_investigation_id}`

Gets data for a single US ITC investigation.

- **itc_investigation_id**: the ITC investigation number
- **docket_retrieval**: docket retreival mode

The investigation number format should exclude the leading "337-TA-"

## Path parameters

- `itc_investigation_id` string, required

## Query parameters

- `document_retrieval` string, nullable — 'all' to retrieve all documents for the investigation, if not provided documents will not be returned.

## Response `200`

Success

- ITCInvestigationData — A single US ITC investigation and relevant metadata.
  - `itcInvestigationId` string, required
  - `investigationNumber` string, required
  - `title` string, required
  - `investigationTypes` ITCInvestigationType[], required
  - `status` 'Active' | 'Terminated' | 'Completed' | 'Pending before the ALJ' | 'Pending before the Commission', required
  - `dates` ITCInvestigationDates, required
    - `notice` string, date, nullable, required
    - `terminated` string, date, nullable, required
  - `administrativeLawJudges` AdministrativeLawJudge[], required
    - `name` string, required
  - `dispositions` string[], required
  - `parties` ITCParty[], required
    - `name` string, required
    - `role` string, required
  - `patents` Patent[], required
    - `number` string, required
    - `title` string, nullable
  - `itcDocumentList` ITCDocumentList, required
    - `entries` ITCDocument[], required
      - `usitcDocumentId` integer, required
      - `date` string, date, required
      - `title` string, nullable, required
      - `type` string, required
      - `filedBy` ITCDocumentEntityData[], required
        - `name` string, required
      - `firm` ITCDocumentEntityData[], required
        - `name` string, required
      - `onBehalfOf` ITCDocumentEntityData[], required
        - `name` string, required
    - `retrieved` 'all' | 'none', required
    - `count` integer, required

## Other responses

- `401` — Invalid or expired token
- `404` — Not found
- `422` — Error - 422

---

[API](https://skmtc.net/lexmachina/apis/lex-machina-api.md) · [All operations](https://skmtc.net/lexmachina/apis/lex-machina-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lexmachina/lex-machina-api/revisions/5f519a7078fc/schema)
