Step 15: Get the flow
GET {{authPath}}/{{envID}}/flows/{{flowID}}
The GET /{{envID}}/flows/{{flowID}}
operation and uses the {{flowID}}
value from the /{{envID}}/as/authorize
response to get the flow and the current flow state. The status property in the GET /{{envID}}/flows/{{flowID}}
response specifies the initial flow state, which determines the possible next actions in the authentication workflow.
The response includes a link for the user.lookup
action as an option for this flow. This option is available because the sign-on policy includes the MULTI_FACTOR_AUTHENTICATION
policy action to prompt for a username.