Skip to main content

list_trigger_history

Function list_trigger_history 

Source
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>>