docs/interfaces/management.Management.FlowExecutionSummary.html
interface FlowExecutionSummary {
id: string;
trace_id: string;
journey_id?: string;
status: string;
created_at: string;
updated_at: string;
started_at?: string;
ended_at?: string;
}
idtrace_idjourney_id?statuscreated_atupdated_atstarted_at?ended_at?
id: string
Flow execution identifier
trace_id: string
Trace id
Optionaljourney_idjourney_id?: string
Journey id
status: string
Execution status
created_at: string
The ISO 8601 formatted date when this flow execution was created.
updated_at: string
The ISO 8601 formatted date when this flow execution was updated.
Optionalstarted_atstarted_at?: string
The ISO 8601 formatted date when this flow execution started.
Optionalended_atended_at?: string
The ISO 8601 formatted date when this flow execution ended.
Member Visibility
ThemeOSLightDark
Properties idtrace_idjourney_idstatuscreated_atupdated_atstarted_atended_at