aito.api.get_job_status

aito.api.get_job_status(client: aito.client.aito_client.AitoClient, job_id: str)aito.client.responses.job_api_response.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