Skip to main content
GET
Get a transcription job

Authorizations

Authorization
string
header
required

Use Authorization: Bearer pyai_live_... (or pyai_test_...).

Path Parameters

id
string
required

Response

Job

job_id
string
Example:

"job_aZ09..."

status
enum<string>
Available options:
queued,
running,
completed,
failed,
cancelled
created_at
integer

Unix ms.

updated_at
integer

Unix ms.

result
object

Present on completed jobs (inline). Large results are offloaded to result_url instead.

result_url
string<uri>

Signed GET URL for an offloaded large result.

error
string

Present on failed jobs.