GET
/
v2
/
transcription
/
{id}

Authorizations

x-gladia-key
string
headerrequired

Your personal Gladia API key

Path Parameters

id
string
required

Id of the transcription job

Response

200 - application/json
id
string
required

Id of the job

request_id
string
required

Debug id

version
integer
required

API version

status
enum<string>
required

"queued": the job has been queued. "processing": the job is being processed. "done": the job has been processed and the result is available. "error": an error occurred during the job's processing.

Available options:
queued,
processing,
done,
error
created_at
string
required

Creation date

completed_at
string | null

Completion date when status is "done" or "error"

custom_metadata
object | null

Custom metadata given in the initial request

error_code
integer | null

HTTP status code of the error if status is "error"

kind
enum<string>
default: pre-recordedrequired
Available options:
pre-recorded
file
object

The file data you uploaded. Can be null if status is "error"

request_params
object

Parameters used for this pre-recorded transcription. Can be null if status is "error"

result
object

Pre-recorded transcription's result when status is "done"