pub async fn list_captures(
configuration: &Configuration,
workspace: &str,
runnable_kind: &str,
path: &str,
trigger_kind: Option<CaptureTriggerKind>,
page: Option<i32>,
per_page: Option<i32>,
) -> Result<Vec<Capture>, Error<ListCapturesError>>