Paddle.Alert.Webhook.get_history

You're seeing just the function get_history, go back to Paddle.Alert.Webhook module for more information.
Link to this function

get_history(params \\ %{})

View Source

Specs

get_history(params) :: {:ok, t()} | {:error, Paddle.Error.t()}
when params: %{
       optional(:page) => integer(),
       optional(:alerts_per_page) => String.t(),
       optional(:query_head) => String.t(),
       optional(:query_tail) => String.t()
     }