Knock.Users.get_feed

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

get_feed(client, user_id, channel_id, options \\ [])

View Source

Specs

Returns a feed for the user with the given channel_id. Optionally supports all of the options for fetching the feed.

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 feed items with

- tenant: tenant_id to filter messages with

- has_tenant: optionally scope items by a tenant id or no tenant

- archived: scope items by a given archived status (defaults to "exclude")

- trigger_data: trigger payload to filter feed items with