---
title: "Get Parties"
method: GET
path: "/parties"
tags: ["Parties", "Entities"]
---

# Get Parties

`GET /parties`

Gets data for one or more parties.

- **partyIds**: the Lex Machina partyIds

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

## Query parameters

- `partyIds` integer[], required

## Response `200`

Success

- union[]
  - union
    - PartyData
      - `name` string, required
      - `partyId` integer, required
    - PartyReference — Indicates that the Lex Machina party id input was has changed, the inputId is the ID given that should map to the returned partyId.
      - `name` string, required
      - `partyId` 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/versions/5f519a7078fc/schema)
