get_pipeline
Retrieve the sales pipeline as a board, deals grouped by stage with revenue totals. Use it to answer 'how does the pipeline look' questions and review stage-by-stage.
Instructions
Get the sales pipeline as a board: deals grouped by stage, with revenue totals.
Use this for 'how does the pipeline look' questions and stage-by-stage review. It is the board view of the same deals list_deals returns flat — reach for that one when you need filtering or paging, since this returns the whole board.
Reads only. Requires an API key. Stages are new, contacted, interested, meeting, proposal, closed and lost. Money is in minor currency units (cents), so divide by 100 before showing it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspaceId | No | Optional workspace UUID to filter pipeline |