pub async fn get_latest_plugin_runs(
configuration: &Configuration,
site_id: &str,
packages: Vec<String>,
state: Option<&str>,
) -> Result<Vec<PluginRun>, Error<GetLatestPluginRunsError>>
Expand description
This is an internal-only endpoint.