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
Describe the bug
I'm trying to fetch the list of all failed webhooks by setting filterFailed: false, but in response, I get both successful and failed webhooks!
I'm using API V4 and even tried the API described in this link: List all executed webhooks by setting failed=true, but the results are the same!
Is it a bug in API or should I send another query?
Describe the bug
I'm trying to fetch the list of all failed webhooks by setting
filterFailed: false
, but in response, I get both successful and failed webhooks!I'm using API V4 and even tried the API described in this link: List all executed webhooks by setting
failed=true
, but the results are the same!Is it a bug in API or should I send another query?
To Reproduce
Expected behavior
Only failed webhooks should be returned in response
Additional context
Tatum SDK version is 4.2.39
The text was updated successfully, but these errors were encountered: