fermioniq.client.Client.job#

Client.job(job_id: str) JobResponse#

Retrieve the job with the specified job_id.

Parameters:
job_id

The ID of the job to retrieve.

Returns:
job

A JobResponse object containing the job details.