v1
latestOpenAPI 3.1.02026-07-226875162.5 KBVoice File
Get Voice File Job
Retrieve the current status and details of a Voice File Job.
- Poll this endpoint until status reaches COMPLETED or FAILED
- Once completed, use the transcript and translation endpoints to retrieve results
Documentation: Polling strategy and status meanings
get/v1/external/voice-file/jobs/{jobId}
Path parameters
jobIdstring required
The job ID returned from Create Voice File Job
Response
Job details
Example response
{
"id": "b2d1ab32-3fe2-4201-b0b4-391abdbaa023",
"status": "PROCESSING",
"fileUploadedAt": "2025-07-20T10:00:20Z",
"processStartedAt": "2025-07-20T10:01:00Z"
}