v1

latestOpenAPI 3.1.0Apache 2.02026-07-264001921002.3 KB
Async Jobs

Get async speech job

Retrieves the status and result of an async speech job. Returns HTTP 202 if the job is still pending or processing, HTTP 200 if completed or failed.

get/v1/async/audio/speech/{job_id}

Path parameters

job_idstring required

The unique identifier of the async job

Response

Job completed (successfully or with failure)

idstring required

Unique identifier for the async job

status'pending' | 'processing' | 'completed' | 'failed' required

The status of an async job

expires_atstring date-time

When the job result expires and will be cleaned up

created_atstring date-time required

When the job was created

completed_atstring date-time

When the job completed (successfully or with failure)

status_codeinteger

HTTP status code of the completed operation

{"stackTrail":"components:schemas:AsyncJobResponse:properties:result","oasType":"schema","type":"unknown","description":"The result of the completed operation (shape depends on the request type)"}