Skip to main content
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.

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:
Filter by date range:
Filter by score range:
Filter by user and date:

Response

Returns a JSON object containing the list of scored calls with pagination metadata.

Response Fields

Insight Object

Scoring Facets

Authorizations

x-api-key
string
header
required

Query Parameters

page
integer
default:1

Page number

Required range: x >= 1
limit
integer
default:10

Items per page

Required range: 1 <= x <= 100
sort
string

Sort field(s). Prefix with - for descending. Default: -createdAt

start_date
string<date-time>

Filter by start date (ISO 8601)

end_date
string<date-time>

Filter by end date (ISO 8601)

min_score
number

Minimum total score

Required range: 0 <= x <= 100
max_score
number

Maximum total score

Required range: 0 <= x <= 100
user_id
string

Filter by user ID

Response

200 - application/json

Scored calls retrieved successfully

data
object[]
pagination
object