---
title: "List Federal District Findings"
method: GET
path: "/list-findings/FederalDistrict"
tags: ["List"]
---

# List Federal District Findings

`GET /list-findings/FederalDistrict`

Lists findings for Federal District courts organized by practice area for use with querying.

## Response `200`

Success

- FederalDistrictFindingsList — findingsByPracticeArea: a dictionary where the key is the name and the values are all the relevant types for supported findings. patentInvalidityReasons: only applicable to findings when the finding has {"name":"Patent","type":"Invalidity"}.
  - `court` Court
    - `name` string, required
    - `type` 'FederalDistrict' | 'State' | 'FederalAppeals' | 'FederalBankruptcy' | 'PTAB' | 'ITC', required
  - `findingsByPracticeArea` object, required
  - `patentInvalidityReasons` string[], 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)
