List transcripts

GET

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

Query parameters

limitintegerOptional

Maximum amount of transcripts to retrieve

statusenumOptional

Filter by transcript status

Allowed values: queuedprocessingcompletederror
created_onstringOptional

Only get transcripts created on this date

before_idstringOptional

Get transcripts that were created before this transcript ID

after_idstringOptional

Get transcripts that were created after this transcript ID

throttled_onlybooleanOptional

Only get throttled transcripts, overrides the status filter

Response

This endpoint returns an object.
page_detailsobject

Details of the transcript page

transcriptslist of objects

An array of transcripts

Errors