---
title: "Get Attorneys"
method: GET
path: "/attorneys"
tags: ["Attorneys", "Entities"]
---

# Get Attorneys

`GET /attorneys`

Gets data for one or more attorneys.

- **attorneyIds**: the Lex Machina attorneyIds

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

## Query parameters

- `attorneyIds` integer[], required

## Response `200`

Success

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