Show list report

Get lists stats

Using the SDK

report = api.report.get_list(list_id=<list ID>)
<?php

$report = $api->report->getList([
    'list_id' => <list ID>
]);
Language
Authorization
OAuth2
Click Try It! to start a request and see the response here!