List transcripts

To retrieve your transcriptions on our EU server, replace api.assemblyai.com with api.eu.assemblyai.com.
Retrieve a list of transcripts you created. Transcripts are sorted from newest to oldest and can be retrieved for the last 90 days of usage. The previous URL always points to a page with older transcripts.

If you need to retrieve transcripts from more than 90 days ago please reach out to our Support team at support@assemblyai.com.

Headers

AuthorizationstringRequired

Query parameters

limitanyOptional
Maximum amount of transcripts to retrieve
statusenumOptional
Filter by transcript status
Allowed values:
created_onanyOptional
Only get transcripts created on this date
before_idanyOptional
Get transcripts that were created before this transcript ID
after_idanyOptional
Get transcripts that were created after this transcript ID
throttled_onlyanyOptional
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.
page_detailsobject
Details of the transcript page
transcriptslist of objects
An array of transcripts

Errors