Skip to content

JobClient.find

def JobClient.find(job_or_id: Job | str) -> Job

Get a job by its id. Can also be an existing job object, in which case this method acts as a refresh operation to fetch the latest job details.

job_or_id Job | str

The job or job id to get.

A job object.