Skip to main content
GET
Get flow conversion analytics

Authorizations

Authorization
string
header
required

Dashboard JWT token from Clerk

Path Parameters

id
string
required

Query Parameters

since
string<date-time>

Lower bound (inclusive) of the entry window — executions started at or after this ISO-8601 timestamp.

until
string<date-time>

Upper bound of the entry window — executions started before this ISO-8601 timestamp.

window_days
integer

Goal attribution window in days after a contact exits the flow, clamped to [1, 365].

Required range: 1 <= x <= 365
goal_event
string

Override the flow's stored goal — count this event as the conversion.

Maximum string length: 200
goal_trait
string

Override the flow's stored goal — count an identify setting this trait as the conversion.

Maximum string length: 200
goal_value
string

When goal_trait is set, only count the conversion when the trait is set to this value.

Maximum string length: 500

Response

Per-flow conversion funnel and goal attribution.

data
object