Knock.Messages.get_activities

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

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

View Source

Specs

get_activities(Knock.Client.t(), String.t(), Keyword.t()) ::
  Knock.Api.response()

Returns a paginated response with message's activities.

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

- trigger_data: filter activities by trigger payload data