Tier 4 — Intelligence
Deal Analyses
AI-generated breakdowns of individual sales calls. Each analysis includes the full transcript, talk-time breakdown, objections surfaced, AI scores, recommendations, and scorecard results.
Endpoints
| GET | /analyses | Paginated list of all analyzed calls |
| GET | /analyses/:id | Full analysis — transcript, scores, objections, recommendations |
| GET | /analyses/:id/scorecard-results | Per-scorecard scores for this call |
GET /analyses
Returns a paginated list of analyzed calls.
repIdstring?Filter to a specific repsincenumber?Unix ms — return analyses after this timeuntilnumber?Unix ms — return analyses before this timelimitnumber?Max records (default 50, max 100)cursorstring?Pagination cursorGET /analyses/:id
Returns the full analysis object including the call transcript, per-speaker talk-time, objections list, AI-generated recommendations, overall score (0–100), and the final call outcome.
GET /analyses/:id/scorecard-results
Returns per-scorecard results for the specified analysis. Each result includes the scorecard name, criteria list, individual criterion scores, and an overall scorecard score.
