Knock.Users.get_messages

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

get_messages(client, id, options \\ [])

View Source

Specs

Returns paginated messages for the given user

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

- status: list of statuses to filter messages with

- tenant: tenant_id to filter messages with

- channel_id: channel_id to filter messages with

- source: workflow key to filter messages with