deals_get_archived_summary
Get aggregated statistics and summary of archived deals, including counts by status and total values. Useful for historical analysis and reporting.
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 | |
| user_id | No | Filter by user (owner) ID | |
| stage_id | No | Filter by stage ID | |
| filter_id | No | ID of the filter to use |