pub async fn list_trigger_history(
configuration: &Configuration,
workspace: &str,
page: Option<i32>,
per_page: Option<i32>,
trigger_kind: Option<&str>,
path: Option<&str>,
) -> Result<Vec<TriggerHistoryEntry>, Error<ListTriggerHistoryError>>