Get tasksAsk AIget https://api.indigitall.com/v2/chat/{applicationId}/taskGet all tasks for a given applicationPath ParamsapplicationIdintegerrequiredApplication's IDQuery Paramslimitinteger1 to 100Defaults to 25Limit the number of tasks returnedpageinteger≥ 0Defaults to 0Page numberorderBystringDefaults to createdAt-descSorts the results by field and direction: operation-asc Order by operation ascending. From A to Z. operation-desc Order by operation descending. From Z to A. status-asc Order by status ascending. From A to Z. status-desc Order by status descending. From Z to A. createdAt-asc Order by creation date ascending. createdAt-desc Order by creation date descending. updatedAt-asc Order by last update date ascending. updatedAt-desc Order by last update date descending. countbooleanDefaults to falseReturns the number of tasks that match the specified filter criteria. If set to true, the response will include the count property. If set to false, the response will only include the data property.truefalsestatusstringenumFilter the tasks by status.completedpendingqueuedin_progresscompletedfailedcanceledAllowed:pendingqueuedin_progresscompletedfailedcanceledoperationstringFilter the tasks by operation.Responses 200Retrieve information about all tasks 400Bad request 403Forbidden 500Internal server errorUpdated 13 days ago