Paginating batches with the
/batches route follows the same rules as paginating tasks.Configuring the number of returned tasks
Use thelimit parameter to change the number of returned tasks:
limit:
Navigating the task list with from and next
Use the next value included in the response to your previous query together with from to fetch the next set of results:
next is null, you have reached the final set of results.
Use
from and limit together with task filtering parameters to navigate filtered task lists.