---
title: "Get Deals Pipeline"
method: GET
path: "/reports/deals/pipeline"
tags: ["CRM Reports", "CRM Reports"]
---

# Get Deals Pipeline

`GET /reports/deals/pipeline`

Per-stage pipeline summary powered by `agent_period_performance_report` upstream.

## Query parameters

- `start_date` string, required — ISO date, inclusive
- `end_date` string, required — ISO date, inclusive
- `user_id` string, nullable — Scope to a single agent (omit for all)

## Response `200`

Successful Response

- DealsPipelineResponse
  - `stages` PipelineStageSummary[], required
    - `stage` string, required
    - `count` integer
    - `total_value` number
    - `total_commission` number
    - `avg_value` number
  - `start_date` string, nullable
  - `end_date` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/ambivo/apis/ambivo-api.md) · [All operations](https://skmtc.net/ambivo/apis/ambivo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ambivo/ambivo-api/revisions/165a6d16a9a0/schema)
