pub async fn list_tasks(
__arg0: State<AppState>,
__arg1: Query<TaskListQuery>,
) -> impl IntoResponseExpand description
Get all tasks with optional filters
pub async fn list_tasks(
__arg0: State<AppState>,
__arg1: Query<TaskListQuery>,
) -> impl IntoResponseGet all tasks with optional filters