aito.api.get_job_status
- aito.api.get_job_status(client: AitoClient, job_id: str) GetJobStatusResponse
Get the status of a job with the specified job id
- Parameters:
client (AitoClient) – the AitoClient instance
job_id (str) – the id of the job session
- Returns:
job status
- Return type:
Dict