Get A/B test results
Retrieves the performance metrics for all variations in an A/B test broadcast.
get/api/broadcasts.getTestResults
Query parameters
workspace_idstring required
The ID of the workspace
idstring required
The ID of the broadcast
Response
Test results retrieved successfully
Example response
{
"broadcast_id": "broadcast_12345",
"status": "testing",
"recommended_winner": "template_variant_a",
"winning_template": "template_variant_a",
"is_auto_send_winner": true
}