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

    Interface ListActionsRequestParameters

    {}
    
    interface ListActionsRequestParameters {
        triggerId?: string;
        actionName?: string;
        deployed?: boolean;
        page?: number;
        per_page?: number;
        installed?: boolean;
    }
    Index

    Properties

    triggerId?: string

    An actions extensibility point.

    actionName?: string

    The name of the action to retrieve.

    deployed?: boolean

    Optional filter to only retrieve actions that are deployed.

    page?: number

    Use this field to request a specific page of the list results.

    per_page?: number

    The maximum number of results to be returned by the server in single response. 20 by default

    installed?: boolean

    Optional. When true, return only installed actions. When false, return only custom actions. Returns all actions by default.