Interface GetFlowsExecutionsByExecutionId200Response

Hierarchy

  • GetFlowsExecutionsByExecutionId200Response

Properties

created_at: string

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

debug?: {
    [key: string]: any;
}

Flow execution debug.

Type declaration

  • [key: string]: any
ended_at?: string

The ISO 8601 formatted date when this flow execution ended.

id: string

Flow execution identifier

journey_id?: string

Journey id

started_at?: string

The ISO 8601 formatted date when this flow execution started.

status: string

Execution status

trace_id: string

Trace id

updated_at: string

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