FAQContact Us

GetJobById

get_job_by_id(public_api_client, job_id)

Description

To get the details of a given job.

Arguments

  • public_api_client: QDC api client object.
  • job_id: ID of the job.

Returns

  • object: Details of the specified job ID.

Usages

job_id = "1234"
job_details = qdc_api.get_job_by_id(public_api_client, job_id)