pub async fn run_wait_result_script_by_path_get(
configuration: &Configuration,
workspace: &str,
path: &str,
parent_job: Option<&str>,
tag: Option<&str>,
cache_ttl: Option<&str>,
job_id: Option<&str>,
include_header: Option<&str>,
queue_limit: Option<&str>,
payload: Option<&str>,
skip_preprocessor: Option<bool>,
) -> Result<Value, Error<RunWaitResultScriptByPathGetError>>