Generate an aggregated report for all introduction matches within a specific track (and optionally step). Includes summary statistics (total instances, matches, participants, meeting rates) and a paginated match list.
API key for authentication. Generate keys in the Doozy dashboard.
Filter to introductions from a specific track (workflow). Required.
"wf_abc123"
Filter to introductions from a specific step within the track. If not provided, includes all introduction steps.
"step_xyz789"
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"
Aggregated introduction report for the track
Object type identifier
track_introduction_report "track_introduction_report"
Track ID that was filtered
"wf_abc123"
Step ID that was filtered (null if all steps)
"step_xyz789"
Aggregated 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/report?track_id=wf_abc123"
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"