list_deals
Retrieve deals as a paginated list with optional status filtering, and get revenue totals for total, closed, and open pipeline.
Instructions
List deals as a flat, paged array, optionally filtered by status, with revenue totals alongside.
Use this when you want deals as data — to count them, filter one status, or page through many. For the board view with deals grouped into stages, use get_pipeline instead; the two return the same deals in different shapes.
Reads only. Requires an API key. Returns the deals plus a summary of total, closed and open pipeline revenue. Money is in minor currency units (cents), so divide by 100 before showing it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (default 50, max 100) | |
| offset | No | Pagination offset (default 0) | |
| status | No | Filter by deal status (e.g. new, contacted, interested, meeting, proposal, closed, lost) |