Auth0 Node.js SDK - v5.0.0
    Preparing search index...

    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

    id: string

    Flow execution identifier

    trace_id: string

    Trace id

    journey_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.

    started_at?: string

    The ISO 8601 formatted date when this flow execution started.

    ended_at?: string

    The ISO 8601 formatted date when this flow execution ended.