Skip to main content
GET
Get Flow Execution Contact by Id

Authorizations

Authorization
string
header
required

Token-based authentication with required prefix "Token"

Path Parameters

id
string<uuid>
required

A Flow Execution Contact Id to Retrive.

Response

200 - application/json
contact
object
required

The Contact that the Flow Execution Contact is for.

execution_steps
object[]
required

The Flow Execution Steps that the Flow Execution Contact has.

flow_execution
object
required

Details for the Flow Execution

id
string<uuid>
status
enum<string>
Available options:
READY,
RUNNING,
COMPLETED,
CANCELED,
PAUSED,
EXPIRED,
FAILED
created_on
string<date-time>
reason
string | null