I need help with the Marketo Deleted Leads API endpoint. If I am doing this correctly, then it is too slow to be useful and gives really strange results. I followed the instructions from This page: https://developers.marketo.com/rest-api/endpoint-reference/lead-database-endpoint-reference/#/Activities/getDeletedLeads… and supplied nextPageTokens using https://developers.marketo.com/rest-api/paging-tokens/ I am trying to pull 10 days worth of deleted leads. The behavior that I am experiencing is that the response object success = True, and moreResult = true but there is no 'result' data. In looping over this endpoint feeding in the response nextPageToken, I currently am up to 53 total requests to the Get Deleted Leads endpoint, and 50 of the 53 responses have no 'result' data. This operation took ~25 mins to get 3 deleted leads. Is this expected behavior?
... View more