Skip to main content
GET
Get a flow
Returns one flow and the recipes it references, in the order they were configured. The response says which recipes are referenced, not which will run: that depends on each recipe’s status. Read them with Get a recipe to see which are LIVE or SHADOW.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

flow_id
string
required

The flow identifier.

Example:

"flo_01jc0t6fwwfgfsq1md24mhyztj"

Response

OK

id
string
required

The flow identifier. Pass it as flow_id when you evaluate.

Example:

"flo_01jc0t6fwwfgfsq1md24mhyztj"

name
string
required
Example:

"signup"

recipes
string[]
required
Example: