Skip to contents

Retrieve the metadata of a run.

Usage

get_job_run(
  client,
  run_id,
  include_history = NULL,
  include_resolved_values = NULL
)

jobsGetRun(
  client,
  run_id,
  include_history = NULL,
  include_resolved_values = NULL
)

Arguments

client

Required. Instance of DatabricksClient()

run_id

Required. The canonical identifier of the run for which to retrieve the metadata.

include_history

Whether to include the repair history in the response.

include_resolved_values

Whether to include resolved parameter values in the response.