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

    Interface ListActionsPaginatedResponseContent

    interface ListActionsPaginatedResponseContent {
        total?: number;
        page?: number;
        per_page?: number;
        actions?: Management.Action[];
    }
    Index

    Properties

    total?: number

    The total result count.

    page?: number

    Page index of the results being returned. First page is 0.

    per_page?: number

    Number of results per page.

    actions?: Management.Action[]

    The list of actions.