This tutorial shows how to poll job results using the pyannoteAI API
status
field in the job response to check if the job is completed. Once the job is completed, you can retrieve the job results by accessing the output
field.
output
field contains the job results and is only available when the job status is succeeded
. Job results are automatically deleted after 24 hours of job completion.status
field is either succeeded
, failed
, or canceled
.