GET Automation Reports​
Paginated performance summary for every published automation, newest first. Drafts are excluded.
The four progression counts (total_subscribers, completed_count, in_progress_count, last_run_at) are produced by a single grouped aggregate across the whole page rather than per-row queries, so page size does not multiply query count.
::: warning
This endpoint's aggregate is built with selectRaw(), which bypasses the prefix-adding query grammar. It is one of the two seed cases in the plugin's test suite — see tests/smoke/routes.manifest.php.
:::
Required capability: fcrm_view_dashboard
Enforced by ReportPolicy::verifyRequest(), the policy default for this route group.
Authorizations​
WordPress Application Passwords — use Basic auth with your WordPress username and an application password in the format: username:application_password
Parameters​
Query Parameters
Automations per page.
15Page number.
1Responses​
Paginated automation reports.