Searches and lists tasks, supporting pagination and accepting filter criteria in the POST request body despite an empty request schema.
pageintegerPage number for pagination.
sortstringField to sort by.
typestringFilter by task type.
orderstringSort order: 'asc' or 'desc'.
periodstringFilter by time period (e.g., 'today', 'week', 'month').
statusintegerFilter by task status: 0 (Open), 1 (Done), 2 (Cancelled).
endDatestringFilter tasks created/due on or before this date (YYYY-MM-DD).
locationstringFilter by location code or name.
pageSizeintegerNumber of tasks to return per page.
startDatestringFilter tasks created/due on or after this date (YYYY-MM-DD).
assigneeIdintegerFilter by assignee user ID.
leadSourceIdintegerFilter by lead source ID.
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.