pub async fn list_handler(
configuration: &Configuration,
filter: Option<&str>,
offset: i32,
limit: i32,
) -> Result<Vec<TaskStatusWithId>, Error<ListHandlerError>>pub async fn list_handler(
configuration: &Configuration,
filter: Option<&str>,
offset: i32,
limit: i32,
) -> Result<Vec<TaskStatusWithId>, Error<ListHandlerError>>