addedInput schema / properties / archived / description
Added value: +"If true, include archived tasks. Defaults to false."
addedInput schema / properties / assignees / description
Added value: +"Only return tasks assigned to any of these user ids."
changedInput schema / properties / custom_fields / description
Previous value: -"Array of custom-field filters."New value: +"Array of custom-field filter conditions."
addedInput schema / properties / custom_fields / items / properties / field_id / description
Added value: +"Custom field id to filter on."
addedInput schema / properties / custom_fields / items / properties / operator / description
Added value: +"Comparison operator, e.g. '=', '<', '>', 'IS NOT NULL'."
addedInput schema / properties / custom_fields / items / properties / value / description
Added value: +"Value to compare against."
changedInput schema / properties / date_created_gt / description
Previous value: -"Date as ISO string, epoch ms, or relative (\"tomorrow\", \"in 3 days\", \"+2h\")."New value: +"Only tasks created AFTER this date."
changedInput schema / properties / date_created_lt / description
Previous value: -"Date as ISO string, epoch ms, or relative (\"tomorrow\", \"in 3 days\", \"+2h\")."New value: +"Only tasks created BEFORE this date."
changedInput schema / properties / date_updated_gt / description
Previous value: -"Date as ISO string, epoch ms, or relative (\"tomorrow\", \"in 3 days\", \"+2h\")."New value: +"Only tasks updated AFTER this date."
changedInput schema / properties / date_updated_lt / description
Previous value: -"Date as ISO string, epoch ms, or relative (\"tomorrow\", \"in 3 days\", \"+2h\")."New value: +"Only tasks updated BEFORE this date."
changedInput schema / properties / due_date_gt / description
Previous value: -"Date as ISO string, epoch ms, or relative (\"tomorrow\", \"in 3 days\", \"+2h\")."New value: +"Only tasks due AFTER this date (natural language, ISO, or epoch ms)."
changedInput schema / properties / due_date_lt / description
Previous value: -"Date as ISO string, epoch ms, or relative (\"tomorrow\", \"in 3 days\", \"+2h\")."New value: +"Only tasks due BEFORE this date."
addedInput schema / properties / include_closed / description
Added value: +"If true, also include closed/done tasks."
changedInput schema / properties / list_id / description
Previous value: -"List ID."New value: +"ID of the List to read tasks from."
addedInput schema / properties / order_by / description
Added value: +"Field to sort by."
changedInput schema / properties / page / description
Previous value: -"0-based page."New value: +"0-based page number for pagination. Defaults to 0."
addedInput schema / properties / reverse / description
Added value: +"If true, reverse the sort order (descending)."
addedInput schema / properties / statuses / description
Added value: +"Only return tasks whose status name is in this list."
addedInput schema / properties / subtasks / description
Added value: +"If true, include subtasks in the results."
addedInput schema / properties / tags / description
Added value: +"Only return tasks that have all of these tag names."