list_extended_jobs

Function list_extended_jobs 

Source
pub async fn list_extended_jobs(
    configuration: &Configuration,
    workspace: &str,
    concurrency_key: Option<&str>,
    row_limit: Option<f64>,
    created_by: Option<&str>,
    label: Option<&str>,
    parent_job: Option<&str>,
    script_path_exact: Option<&str>,
    script_path_start: Option<&str>,
    schedule_path: Option<&str>,
    script_hash: Option<&str>,
    started_before: Option<String>,
    started_after: Option<String>,
    created_or_started_before: Option<String>,
    running: Option<bool>,
    scheduled_for_before_now: Option<bool>,
    created_or_started_after: Option<String>,
    created_or_started_after_completed_jobs: Option<String>,
    job_kinds: Option<&str>,
    args: Option<&str>,
    tag: Option<&str>,
    result: Option<&str>,
    allow_wildcards: Option<bool>,
    page: Option<i32>,
    per_page: Option<i32>,
    is_skipped: Option<bool>,
    is_flow_step: Option<bool>,
    has_null_parent: Option<bool>,
    success: Option<bool>,
    all_workspaces: Option<bool>,
    is_not_schedule: Option<bool>,
) -> Result<ExtendedJobs, Error<ListExtendedJobsError>>