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

    Interface GetActionExecutionResponseContent

    The result of a specific execution of a trigger.

    interface GetActionExecutionResponseContent {
        id?: string;
        trigger_id?: string;
        status?: Management.ActionExecutionStatusEnum;
        results?: ActionExecutionResult[];
        created_at?: string;
        updated_at?: string;
    }
    Index

    Properties

    id?: string

    ID identifies this specific execution simulation. These IDs would resemble real executions in production.

    trigger_id?: string
    created_at?: string

    The time that the execution was started.

    updated_at?: string

    The time that the exeution finished executing.