GET
/
jobs
/
{id}

Includes a transcript output if the job is succeeded and less than 24 hours old. Output is automatically deleted after 24 hours.

Authorizations

Authorization
string
header
required

API key authentication. Add your API key with format: Bearer <API_KEY>

Path Parameters

id
string
required

Response

200 - application/json
action
string | null
required
createdAt
string | null
required
id
string
required
model
string | null
required
output
object | null
required

Transcript of a media file

status
enum<string> | null
required
Available options:
created,
queued,
running,
succeeded,
failed
updatedAt
string | null
required