---
title: "Get Party Groups"
method: GET
path: "/party-groups"
tags: ["Parties"]
---

# Get Party Groups

`GET /party-groups`

Gets a list of all party groups the user has created.

## Response `200`

Success

- PartyGroup[]
  - `partyGroupName` string, required
  - `parties` integer[], required
  - `partyGroupId` integer, required
  - `lawUrl` 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)
