---
title: "Get pipeline distribution of open conversations"
method: GET
path: "/api/analytics/team/snapshot/pipeline-distribution"
tags: ["Team Analytics"]
---

# Get pipeline distribution of open conversations

`GET /api/analytics/team/snapshot/pipeline-distribution`

Returns the distribution of open conversations across different pipelines

## Query parameters

- `agentIds` string[]
- `pipelineId` string
- `stageIds` string[]
- `hideArchived` boolean
- `hideUnassigned` boolean, required

## Headers

- `x-api-key` string, required

## Response `200`

Successfully retrieved pipeline distribution

- object
  - `pipelineDistribution` object[]
    - `pipeline_id` string — Pipeline ID
    - `pipeline_name` string — Pipeline name
    - `count` number — Number of open conversations in this pipeline

---

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