---
title: "List Deals By Contact"
method: GET
path: "/api/pipeline/deals/by-contact/{contact_id}"
tags: ["pipeline"]
---

# List Deals By Contact

`GET /api/pipeline/deals/by-contact/{contact_id}`

List all deal cycles (active + historical) for a contact, newest first.

Used by the re-engagement panel (Phase 2 frontend) to show prior
won/lost cycles with `cycle_number` and outcome. Phase 1 returns the
same shape; Phase 2 UI consumes it.

## Query parameters

- `user_id` string, nullable
- `org_id` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/every/apis/every-api.md) · [All operations](https://skmtc.net/every/apis/every-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/every/every-api/versions/9744001af85d/schema)
