Skip to main content
GET
List transcripts

Authorizations

Authorization
string
header
required

Query Parameters

limit
integer
default:10

Maximum amount of transcripts to retrieve

Required range: 1 <= x <= 200
status
enum<string>

Filter by transcript status The status of your transcript. Possible values are queued, processing, completed, or error.

Available options:
queued,
processing,
completed,
error
created_on
string<date>

Only get transcripts created on this date

before_id
string<uuid>

Get transcripts that were created before this transcript ID

after_id
string<uuid>

Get transcripts that were created after this transcript ID

throttled_only
boolean
default:false

Only get throttled transcripts, overrides the status filter

Response

A list of transcripts. Transcripts are sorted from newest to oldest. The previous URL always points to a page with older transcripts.

A list of transcripts. Transcripts are sorted from newest to oldest. The previous URL always points to a page with older transcripts.

page_details
object
required

Details of the transcript page

Example:
transcripts
object[]
required

An array of transcripts