Skip to content

Jobs

get_job async

get_job(auth: Annotated[Auth, Depends(authorize(HYBRID))], job_type: str, id: str)

Gets a job.

Parameters:

Name Type Description Default
auth Annotated[Auth, Depends(authorize(HYBRID))]

the user’s authentification status

required
id str

the job id

required

Returns: the job result