Skip to content
View as Markdown

GET Automation Step Report​

GET
/reports/automations/{id}/steps

Retrieve a published automation funnel and its step-by-step performance metrics, including counts, drop-offs, and revenue data for email steps.

Authorizations​

ApplicationPasswords

WordPress Application Passwords — use Basic auth with your WordPress username and an application password in the format: username:application_password

Type
API Key (header: Authorization)

Parameters​

Path Parameters

id*

Automation funnel ID.

Type
integer
Required

Responses​

Automation step report retrieved successfully.

application/json
JSON
{
"funnel": {
"id": 0,
"title": "string",
"status": "string",
"trigger_name": "string"
},
"stats": {
"metrics": [
{
"label": "string",
"count": 0,
"sequence_id": 0,
"type": "string",
"percent": 0,
"percent_text": 0,
"previous_step_count": 0,
"drop_count": 0,
"drop_percent": 0,
"revenues": [
"string"
],
"link_clicks": 0,
"email_opens": 0
}
],
"total_revenue": 0,
"total_revenue_formatted": "string",
"revenue_currency": "string"
}
}

Playground​

Authorization
Variables
Key
Value

Samples​

Powered by VitePress OpenAPI