You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
engagement_status:
One or more of `read`, `unread`, `seen`, `unseen`. Limits results to messages with the given engagement status(es).
And the code changes in the release PR seem to allow other parameters to be filterable for engagement_status:
Error GenericServerException {
status: 500,
requestID: 'GAohPiG2hN3ZvLYE2A6B',
name: 'GenericServerException',
message: 'The request could not be completed.'
}
Other filters like status are continuing to work as expected.
Is there a way to fetch a user's unarchived messages? Thank you.
The text was updated successfully, but these errors were encountered:
hizegi
changed the title
Get user messages engagement_status unarchived bug
[Bug] Get user messages engagement_status unarchived status
Nov 22, 2024
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.
Hi @hizegi. Thanks for your patience. This should be fixed now. I’m going to close this issue, but feel free to reopen it if you’re still having trouble.
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.
The text was updated successfully, but these errors were encountered: