Tier 4 — Intelligence
Rep Intelligence
Read aggregated performance metrics, scorecard history, and analyzed call lists for individual sales reps.
Coming soon
This endpoint is documented but not yet live. The reference below shows the final API shape — we'll update these docs when it ships.
Endpoints
| GET | /reps | List reps with aggregate metrics — close rate, avg score, call count |
| GET | /reps/:id/scorecard-results | All scorecard results for a rep |
| GET | /reps/:id/analyses | List of analyzed calls for a rep |
GET /reps
Returns all active reps on the account with their aggregate performance — total calls, close rate, average AI score, and call count in the requested date range.
GET /reps/:id/scorecard-results
Returns all scorecard results for the specified rep.
sincenumber?Unix ms — return results after this timeuntilnumber?Unix ms — return results before this timelimitnumber?Max records (default 50, max 100)cursorstring?Pagination cursorGET /reps/:id/analyses
Returns a paginated list of deal analyses for the specified rep — same shape as GET /analyses but scoped to one rep.
