List all transcription jobs with optional filtering
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Maximum number of transcription jobs to return
x <= 100
Number of transcription jobs to skip
Filter transcription jobs by status
pending
, processing
, completed
, failed
, not_applicable
Filter transcription jobs created before a specific date (YYYY-MM-DD format), in UTC timezone
Filter transcription jobs created after a specific date (YYYY-MM-DD format), in UTC timezone
Filter transcription jobs by the input URL used for transcription
Format for the response
json
, markdown
A list of transcription jobs
The response is of type object
.
List all transcription jobs with optional filtering
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Maximum number of transcription jobs to return
x <= 100
Number of transcription jobs to skip
Filter transcription jobs by status
pending
, processing
, completed
, failed
, not_applicable
Filter transcription jobs created before a specific date (YYYY-MM-DD format), in UTC timezone
Filter transcription jobs created after a specific date (YYYY-MM-DD format), in UTC timezone
Filter transcription jobs by the input URL used for transcription
Format for the response
json
, markdown
A list of transcription jobs
The response is of type object
.