Open hizegi opened 1 week ago
Hi @hizegi! Thanks for reporting this issue, and I’m sorry you encountered trouble.
This is due to a bug in Knock’s backend that prevents filtering messages by "archived"
, "unarchived"
, "interacted"
, and "link_clicked"
engagement statuses. We’re actively working on a fix, and we’ll let you know when we have an update.
With the recent release of v0.6.15 for getting user messages, I was trying to retrieve unarchived messages by using the newly added
engagement_status
filter.The API docs state that I could use
And the code changes in the release PR seem to allow other parameters to be filterable for
engagement_status
:Reproduce
Returns the error:
Other filters like
status
are continuing to work as expected.Is there a way to fetch a user's unarchived messages? Thank you.