This guide shows you how to use query parameters to filter tasks and obtain a more readable list of asynchronous operations.
/batches
route follows the same rules as filtering tasks. Keep in mind that many /batches
parameters such as uids
target the tasks included in batches, instead of the batches themselves.canceled
tasks:
canceled
and failed
tasks:
uid
, status
, type
, indexUid
, canceledBy
, or date. Consult the API reference for a full list of task filtering parameters.
&
) to combine filters, equivalent to a logical AND
:
movies
index that have the type documentAdditionOrUpdate
or documentDeletion
and have the status
of processing
.
OR
operations between different filters are not supported. For example, you cannot view tasks which have a type of documentAddition
or a status of failed
.