---
title: "Get Open Sales Opportunities"
method: GET
path: "/sales/opportunities"
tags: ["sales"]
---

# Get Open Sales Opportunities

`GET /sales/opportunities`

Return active sales opportunities for the authenticated user.

An opportunity is an active followup tied to the user with at least one open estimate
on the linked customer job.

## Query parameters

- `search` string, nullable — Search by customer, address, business unit, or job type.
- `limit` integer
- `offset` integer

## Response `200`

Successful Response

- object

## Other responses

- `404` — Not found
- `422` — Validation Error

---

[API](https://skmtc.dev/noso/apis/crucible-backend-api.md) · [All operations](https://skmtc.dev/noso/apis/crucible-backend-api/llms.txt) · [OpenAPI document](https://skmtc.dev/noso/apis/crucible-backend-api/revisions/8eb1d6b3ce25?raw)
