---
title: "List Active Prospecting Jobs"
method: GET
path: "/api/prospecting/active-jobs"
tags: ["prospecting"]
---

# List Active Prospecting Jobs

`GET /api/prospecting/active-jobs`

Return prospecting jobs for this org that are still in flight.

Used by the AI Zone card to re-attach its progress poller after a page
refresh. The agent runs are backend-driven (asyncio.create_task) and
persist regardless of whether any frontend is connected; without this
endpoint the UI loses awareness of in-flight runs on reload.

## 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)
