---
title: "Get Law Firms"
method: GET
path: "/law-firms"
tags: ["Law Firms", "Entities"]
---

# Get Law Firms

`GET /law-firms`

Gets data for one or more law firms.

- **lawFirmIds**: the Lex Machina lawFirmIds

If any of the the lawFirmIds given are not the current lexmachina lawFirmId, the results will include inputId for disambugation

## Query parameters

- `lawFirmIds` integer[], required

## Response `200`

Success

- union[]
  - union
    - LawFirmData
      - `name` string, required
      - `lawFirmId` integer, required
    - LawFirmReference — Indicates that the Lex Machina law firm id input was has changed, the inputId is the ID given that should map to the returned lawFirmId.
      - `name` string, required
      - `lawFirmId` integer, required
      - `inputId` integer, required
      - `url` 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)
