Filtering tasks with a single parameter
Use the get tasks endpoint to fetch allcanceled tasks:
canceled and failed tasks:
uid, status, type, indexUid, canceledBy, or date. Consult the API reference for a full list of task filtering parameters.
Available filter parameters
All parameters below accept comma-separated values. Filters of different types are combined with a logicalAND.
Date filters
Use the following parameters to filter tasks by one of their timestamp fields. All values must be valid RFC 3339 dates.Date filters are equivalent to
< or > operations. There is currently no way to perform ≤ or ≥ comparisons with a date filter.Pagination parameters
Combine the filters above with the following parameters to paginate results.Combining filters
Use the ampersand character (&) to combine filters, equivalent to a logical AND:
movies index that have the type documentAdditionOrUpdate or documentDeletion and have the status of processing.
Next steps
Monitor tasks
Check the status of asynchronous operations in real time.
Manage the task database
Navigate long task lists with pagination and query parameters.
Asynchronous operations
Understand how Meilisearch processes tasks in the background.