GetJobLogFiles

get_job_log_files(public_api_client, job_id)

Description

To get the list of log files for a given job id. Parameters public_api_client: QDC api client object. job_id: id of the job

Returns

  • json object: object having filename and file size in bytes

Usages

job_id = 4309 ## job id for getting list of log files.
logFiles = qdc_api.get_job_log_files(public_api_client, job_id)