---
title: "List Prospecting Goal History"
method: GET
path: "/api/prospecting/goals/history"
tags: ["prospecting"]
---

# List Prospecting Goal History

`GET /api/prospecting/goals/history`

List every prospecting target that actually produced a deal.

This is deliberately separate from ``GET /goals``. The reusable-goal
selector excludes placeholders and unresolved merge candidates, while a
historical pipeline filter must include those rows so every ``goal_id``
already present on a deal remains filterable.

## 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/revisions/292f0c9a098f/schema)
