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>=1<=200Defaults to 10

Maximum amount of transcripts to retrieve

statusenumOptional

Filter by transcript status

Allowed values: queuedprocessingcompletederror
created_onstringOptionalformat: "date"

Only get transcripts created on this date

before_idstringOptionalformat: "uuid"

Get transcripts that were created before this transcript ID

after_idstringOptionalformat: "uuid"

Get transcripts that were created after this transcript ID

throttled_onlybooleanOptionalDefaults to 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.

page_detailsobject

Details of the transcript page

transcriptslist of objects

An array of transcripts

Errors

Built with