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/repsList reps with aggregate metrics — close rate, avg score, call count
GET/reps/:id/scorecard-resultsAll scorecard results for a rep
GET/reps/:id/analysesList 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 time
untilnumber?Unix ms — return results before this time
limitnumber?Max records (default 50, max 100)
cursorstring?Pagination cursor

GET /reps/:id/analyses

Returns a paginated list of deal analyses for the specified rep — same shape as GET /analyses but scoped to one rep.