boulderopalscaleup.QctrlScaleUpClient.get_job_summary

*async* QctrlScaleUpClient.get_job_summary(job_id)

Retrieves a summary of a specific job executed on the device.

Parameters

job_id (str) – The ID of the job to retrieve.

Returns

The job summary.

Return type

JobSummary

Raises

ScaleUpServerError – If the response is invalid.

Was this useful?