cURL
Scored Calls
Retrieve Scored Calls
Retrieves a paginated list of AI-scored calls with detailed insights, scoring facets, lead qualification, and coaching recommendations.
GET
cURL
Retrieves a paginated list of AI-scored calls. Each scored call includes detailed insights across six scoring facets (intro, discovery, pitch, tonality, objection handling, CTA), lead qualification data, coaching recommendations, and an overall score.
Filter by date range:
Filter by score range:
Filter by user and date:
Query Parameters
Pagination & Sorting
- limit (optional, number): Number of items per page (default: 10, max: 100)
- page (optional, number): The current page number to retrieve (default: 1)
- sort (optional, string): Sort field with optional
-prefix for descending order (default:-createdAt)
Filters
- start_date (optional, ISO 8601 date): Start of date range
- end_date (optional, ISO 8601 date): End of date range
- min_score (optional, number): Minimum total score (0-100)
- max_score (optional, number): Maximum total score (0-100)
- user_id (optional, string): Filter by user ID
Example Requests
Basic request:Response
Returns a JSON object containing the list of scored calls with pagination metadata.Response Fields
| Field | Type | Description |
|---|---|---|
_id | string | Unique identifier for the scored call |
insight | object | Full scoring insight (see below) |
call_log | object | Associated call log with contact, recording_url, and duration |
user | object | User who made the call |
type | string | Scoring type (call) |
createdAt | date | Record creation time |
updatedAt | date | Record last update time |
Insight Object
| Field | Type | Description |
|---|---|---|
total_score | number | Overall call score (0-100) |
lead | object | Lead qualification data (fit_score, decision_maker, lifecycle stage) |
messaging | object | Messaging effectiveness (value props, objection outcomes, emotional triggers) |
targeting_feedback | object | Persona and industry fit assessment |
metadata | object | Call characteristics (duration, talk ratio, questions, speech rate) |
facets | object | Six scoring categories with individual scores and evidence |
gaps | object | Skill and playbook gap scores with rationale |
coaching | object | Top wins, opportunities, and suggested drills |
Scoring Facets
| Facet | Weight | Description |
|---|---|---|
intro | 10% | Permission opener usage and effectiveness |
discovery | 25% | Question quality, open question ratio, topic coverage |
pitch | 20% | Pitch duration, tailoring to discovery, outcome keywords |
tonality | 15% | Speech rate, interruptions, filler word density |
objection_handling | 15% | Objection detection, follow-up probes, resolution |
cta | 15% | CTA attempt, type, specificity, and outcome |
Authorizations
Query Parameters
Page number
Required range:
x >= 1Items per page
Required range:
1 <= x <= 100Sort field(s). Prefix with - for descending. Default: -createdAt
Filter by start date (ISO 8601)
Filter by end date (ISO 8601)
Minimum total score
Required range:
0 <= x <= 100Maximum total score
Required range:
0 <= x <= 100Filter by user ID