AirCall - Retrieving More than 10,000 Calls

@daveguderian it looks like 10,000 is the limit when using paging. You should instead just keep passing the from variable:

You won't be able to use the “export type = all”, you'll need to use “export type = delta”, then set it up like this:

Then for paging, do this:

?from={{{previous_page.last_record.started_at}}}