Problem: Envelopes moved to recycle bin are been showing up in the report even after 2 days. We are using EnvelopesApi.listStatusChanges to get the envelope status
Description:
We are using move envelopes feature to move the envelopes to the recycle bin and eventually after 1 day the envelope being moved is removed from the account and we can no longer see the envelope in any of the folders. But interestingly the envelope that's been moved is shown up when we made an API call EnvelopesApi.listStatusChange and even it's been showing up when we made the Rest call get envelope status /accounts/{accountId}/envelopes
Question
Is there a way to identify such kinds of envelopes that have been moved to recycle bin and no longer been available in any of the folders but shown up through the API Calls?. Looking to see if we can identify such kind of envelopes with any parameters that have been returned from any of the API calls