joy_yu
10/12/2022, 9:13 PM&limit parameter value seems to solve it, so I'm thinking about having an initial value for the limit on calls and when we hit the error, it would retry but with &limit={initial limit - 10} . I'm just not sure what part of the SDK I would have to change to do that.edgar_ramirez_mondragon
10/13/2022, 1:11 AMPreparedRequest object in the args key of the details dict. In theory you should be able to mutate this object to reduce the limit by changing the query params.