action.get

    The method allows to retrieve actions according to the given parameters.

    This method is available to users of any type. Permissions to call the method can be revoked in user role settings. See for more information.

    Parameters

    (object) Parameters defining the desired output.

    Returns either:

    • an array of objects;
    • the count of retrieved objects, if the countOutput parameter has been used.

    Examples

    Retrieve trigger actions

    Retrieve all configured trigger actions together with action conditions and operations.

    Request:

    Retrieve discovery actions

    Retrieve all configured discovery actions together with action conditions and operations. The filter uses the “and” evaluation type, so the formula property is empty and is generated automatically.

    Request:

    Response:

    Source