---
title: "List Prospecting Runs"
method: GET
path: "/api/prospecting/runs"
tags: ["prospecting"]
---

# List Prospecting Runs

`GET /api/prospecting/runs`

Return recent prospecting runs (all statuses) for the Pipeline Settings
history section. Pulls from `agent_background_jobs` so we get the agent's
`result_summary` (set by `report_run_summary`) and the original
focus_prompt — the Managed Agents `/sessions` view doesn't have these.

## 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/9744001af85d/schema)
