List introduction instances
List all instances (rounds) for a specific introduction. Each instance represents one matching cycle. Results are paginated and sorted by match date (newest first).
Authorizations
API key for authentication. Generate keys in the Doozy dashboard.
Path Parameters
Introduction ID
"intro_abc123"
Query Parameters
Maximum number of results to return (default: 25, max: 100)
1 <= x <= 10025
Cursor for pagination
"inst_abc123"
Response
List of introduction instances
String representing the object type
list "list"
Array of instance objects
Whether there are more results available beyond this page
true
The URL for accessing this list endpoint
"/v1/introductions/intro_abc123/instances"
Cursor to fetch the next page of results. Pass as starting_after in subsequent requests.
"inst_xyz789"
Cursor to fetch the previous page of results. Pass as ending_before in subsequent requests.
"inst_abc123"