Meilisearch uses a task queue to handle asynchronous operations. This document describes how to navigate long task queues with filters and pagination.
/batches
route follows the same rules as paginating tasks.limit
parameter to change the number of returned tasks:
limit
:
from
and next
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.
from
and limit
together with task filtering parameters to navigate filtered task lists.