Knock.Objects.get_subscriptions

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

get_subscriptions(client, collection, id, options \\ [])

View Source

Specs

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

Returns paginated subscriptions for the given object as recipient

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