Retrieve a detailed analytics report for an introduction, including summary statistics (total instances, matches, participants, meeting rates) and a paginated match list with participant details.
API key for authentication. Generate keys in the Doozy dashboard.
Introduction ID
"intro_abc123"
Maximum number of matches to return (default: 25, max: 100)
1 <= x <= 10025
Cursor for pagination
"match_abc123"
Cursor for pagination (backward)
"match_xyz789"
Filter matches from this date (ISO 8601)
"2024-01-01T00:00:00.000Z"
Filter matches until this date (ISO 8601)
"2024-12-31T23:59:59.999Z"
Filter to a specific instance
"inst_abc123"
Introduction report with summary and matches
Object type identifier
introduction_report "introduction_report"
Introduction ID
"intro_abc123"
Introduction type
group, individual "group"
Report summary metrics
Paginated matches with participant details
Whether there are more matches available beyond this page
true
The URL for accessing this report
"/v1/introductions/intro_abc123/report"
Cursor to fetch the next page of matches. Pass as starting_after in subsequent requests.
"match_xyz789"
Cursor to fetch the previous page of matches. Pass as ending_before in subsequent requests.
"match_abc123"