The [documentation](https://developer.typeform.com/responses/reference/retrieve-responses/) mentions an `excluded_response_id` field but the param doesn't seem to be available. In fact it's not showing [here](https://github.com/Typeform/typeform-python-sdk/blob/78816908f1b7bcc25ee473afc7ed81005a13d68f/typeform/responses.py#L26). My use case is to retrieve only the responses that I have not seen yet (aka new responses) and this flag makes perfect sense. The response I get back is ``` TypeError: list() got an unexpected keyword argument 'excludedResponseIds' ```
The documentation mentions an
excluded_response_idfield but the param doesn't seem to be available. In fact it's not showing here.My use case is to retrieve only the responses that I have not seen yet (aka new responses) and this flag makes perfect sense.
The response I get back is