boulderopalscaleup.QctrlScaleUpClient.get_job_data

*async* QctrlScaleUpClient.get_job_data(job_id)

Retrieves details about a specific job executed on the device, such as its status, execution results, and associated metadata.

Parameters

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

Returns

The job data.

Return type

JobData

Raises

ScaleUpServerError – If the response is invalid.

Was this useful?