Skip to main content
GET
Get Journey Statistics
Returns sending-step totals and rates, condition-step waiting counts, and enrollment totals for a journey in your account. Declares the journeys.read scope. Authenticate with X-Api-Key; see Authentication.

Path Parameters

string
required
Journey ID returned by create or list. Use a valid journey ID; malformed IDs currently return an unexpected error.

Response Fields

string
Journey being measured.
array of objects
Sending steps include stepId, stepType, creativeId, creativeName, sent, sendsUnavailable, clicks, clickRate, clicksUnavailable, revenue, revenueUnavailable, and rps. Condition steps appear only when contacts are waiting, with stepId, stepType, and waiting.
object
totalEnrolled, activeEnrolled, and completed counts.
clickRate is clicks divided by sends, as a percentage rounded to two decimals. revenue is rounded to two decimals and rps to four; both rates are zero when no sends exist. Revenue excludes product-sale attribution. Creative IDs retain their stored string or integer type. Creative IDs and names are null for contact-card and double opt-in steps. If a statistic cannot be loaded, its unavailable flag is true and its numeric value is zero. Treat derived rates as unavailable when their inputs are unavailable. Waiting-count failures omit condition rows and have no separate unavailable flag.
Missing or foreign journeys return 404. A malformed stored creative ID currently returns an unexpected error.