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
I understand that count returns the number of total available results, whereas the generator itself holds a 1000 or less, as per Zendesk's restriction.
My question is regarding the end_time flag. Does it refer to the time of the last item as per count, or to the last item that's actually available in the generator (the <=1000th one)?
If it is the former, would it be feasible to add another flag, something like last_retrieved_end_time, that regards the actual last result?
Cheers,
Eli
The text was updated successfully, but these errors were encountered:
Hi,
I have a question regarding incremental exports.
I understand that
count
returns the number of total available results, whereas the generator itself holds a 1000 or less, as per Zendesk's restriction.My question is regarding the
end_time
flag. Does it refer to the time of the last item as percount
, or to the last item that's actually available in the generator (the <=1000th one)?If it is the former, would it be feasible to add another flag, something like
last_retrieved_end_time
, that regards the actual last result?Cheers,
Eli
The text was updated successfully, but these errors were encountered: