Back to Node Auth0

Interface GetFlowExecutionResponseContent

docs/interfaces/management.Management.GetFlowExecutionResponseContent.html

5.9.11.8 KB
Original Source

Interface GetFlowExecutionResponseContent

interface GetFlowExecutionResponseContent {
id: string;
trace_id: string;
journey_id?: string;
status: string;
debug?: FlowExecutionDebug;
created_at: string;
updated_at: string;
started_at?: string;
ended_at?: string;
}

Index

Properties

idtrace_idjourney_id?statusdebug?created_atupdated_atstarted_at?ended_at?

Properties

id

id: string

Flow execution identifier

trace_id

trace_id: string

Trace id

Optionaljourney_id

journey_id?: string

Journey id

status

status: string

Execution status

Optionaldebug

debug?: FlowExecutionDebug

created_at

created_at: string

The ISO 8601 formatted date when this flow execution was created.

updated_at

updated_at: string

The ISO 8601 formatted date when this flow execution was updated.

Optionalstarted_at

started_at?: string

The ISO 8601 formatted date when this flow execution started.

Optionalended_at

ended_at?: string

The ISO 8601 formatted date when this flow execution ended.

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties idtrace_idjourney_idstatusdebugcreated_atupdated_atstarted_atended_at