Knock.Messages.get_events

You're seeing just the function get_events, go back to Knock.Messages module for more information.
Link to this function

get_events(client, message_id, options \\ [])

View Source

Specs

Returns a paginated response with message's events.

Available optional parameters:

#

- page_size: specify size of the page to be returned by the api. (max limit: 50)

- after: after cursor for pagination

- before: before cursor for pagination