---
title: "List Parties"
method: GET
path: "/erp/parties"
tags: ["erp-parties"]
---

# List Parties

`GET /erp/parties`

List parties. Filter by entity_id, party_type, tax_id, or name (ILIKE).

## Query parameters

- `entity_id` integer, nullable
- `party_type` string, nullable
- `tax_id` string, nullable
- `name` string, nullable
- `active_only` boolean
- `limit` integer

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/agents-squads/apis/squads-api.md) · [All operations](https://skmtc.dev/agents-squads/apis/squads-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/agents-squads/squads-api/revisions/3812730a1cb4/schema)
