GET Automation Step Report​
Funnel-shaped drop-off report for a single automation: how many contacts reached each step, and how many were lost between steps.
stats always opens with a synthetic Entrance row (sequence_id: 0, type: "root") holding the distinct entrant count, which every later step is measured against. Steps that no contact has reached are omitted entirely, so stats is not a complete list of the automation's steps.
percent is clamped to 100 while percent_text keeps the uncapped value, so a step re-entered by the same contact can read above 100 in the label but not in the bar.
stats is an empty array when the automation has no steps — that is a valid response, not an error.
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​
Path Parameters
Funnel (automation) id.
Responses​
The automation and its per-step funnel.