List & Search TasksAsk AIget https://api.claimable.com/tasksList and search all tasks.Query Paramspint64Page numbersstringSearch term to search tasks.scopestringenumFilter tasks by preset scopes: 'completed', 'outstanding', 'overdue', 'today' or 'upcomingcompletedoutstandingoverduetodayupcomingAllowed:completedoutstandingoverduetodayupcomingassigned_toint64Filters tasks assigned to a particular user.assigned_byint64Filters tasks assigned by a particular user.completed_byint64Filters tasks completed by a particular user.completed_at_fromdate-timeFilters tasks completed on or after the provided date/time.completed_at_todate-timeFilters tasks completed on or before the provided date/time.due_at_fromdate-timeFilters tasks due on or after the provided date/time.due_at_todate-timeFilters tasks due on or before the provided date/time.Response 200Tasks fetched and returned as an array.Updated 7 months ago