addObject
, deleteIndex
, editSettings
Authorizations
Your Algolia application ID.
Your Algolia API key with the necessary permissions to make the request. Permissions are controlled through access control lists (ACL) and access restrictions. The required ACL to make a request is listed in each endpoint's reference.
Query Parameters
Number of items per page.
1 <= x <= 100
Page number of the paginated API response.
x >= 1
Actions for filtering the list of tasks.
"save,replace,partial,append"
Whether to filter the list of tasks by the enabled
status.
Source IDs for filtering the list of tasks.
Universally uniqud identifier (UUID) of a source.
Filters the tasks with the specified source type.
"json,commercetools"
Destination IDs for filtering the list of tasks.
Universally unique identifier (UUID) of a destination resource.
Type of task trigger for filtering the list of tasks.
"onDemand,schedule,subscription,streaming"
If specified, the response only includes tasks with notifications.email.enabled set to this value.
Property by which to sort the list of tasks.
enabled
, triggerType
, action
, updatedAt
, createdAt
Sort order of the response, ascending or descending.
asc
, desc