Tool to retrieve a list of ingestion tasks from Algolia. Use when you need to fetch configured tasks for ingestion pipelines. Supports filtering by various criteria such as source, destination, trigger type, action, and enabled status, with pagination and sorting.
pageintegerPage number of the paginated API response (1-indexed).
sortstringProperty by which to sort the list of tasks.
orderstringSort order of the response.
actionarrayActions for filtering the list of tasks. Possible values: save, replace, partial, append.
enabledbooleanFilter the list of tasks by the enabled status. Set to true for enabled tasks, false for disabled.
sourceIDarraySource IDs for filtering the list of tasks. Provide a list of source UUIDs.
sourceTypearrayFilters the tasks with the specified source type. Example: json, commercetools.
triggerTypearrayType of task trigger for filtering. Possible values: onDemand, schedule, subscription, streaming.
itemsPerPageintegerNumber of items per page. Must be between 1 and 100. Default is 10.
destinationIDarrayDestination IDs for filtering the list of tasks. Provide a list of destination UUIDs.
withEmailNotificationsbooleanFilter tasks by email notification settings. If specified, only returns tasks with notifications.email.enabled set to this value.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.