deals_get_archived_summary
Get aggregated statistics on archived deals including counts, total values, and conversion rates, filtered by status, user, stage, or custom filter.
Instructions
Get archived deals statistics and summary.
Returns aggregated statistics about archived deals, including counts by status, total values, and conversion rates.
Workflow tips:
Useful for historical analysis and reporting
Filter by user_id to see specific user's archived performance
Use stage_id to analyze archived deals from specific stages
Combine with filter_id for custom segments
Results show counts and values by status
Common use cases:
Overall archived statistics: {} (no parameters)
User archived performance: { "user_id": 123 }
Stage archived analysis: { "stage_id": 5 }
Archived open deals summary: { "status": "open" }
Custom filter archived summary: { "filter_id": 10 }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | Filter by deal status | |
| filter_id | No | ID of the filter to use | |
| user_id | No | Filter by user (owner) ID | |
| stage_id | No | Filter by stage ID |