---
title: "Get Pending Celebrations"
method: GET
path: "/sales/celebrations/pending"
tags: ["sales"]
---

# Get Pending Celebrations

`GET /sales/celebrations/pending`

Get won leads that haven't been celebrated yet for the authenticated technician.

Used to trigger celebration animations in the mobile app.

Returns:
    {
        "won_leads": [
            {
                "id": "uuid",
                "customer_name": "John Doe",
                "won_amount": 5000.00,
                "moved_from_followups_at": "2025-10-08T12:00:00Z"
            }
        ],
        "count": 2
    }

## Response `200`

Successful Response

- object

## Other responses

- `404` — Not found

---

[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/6e257c69d1d1?raw)
