List transcripts
GET {{baseUrl}}/v2/transcript
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.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Content-Type | string |
RESPONSES
status: OK
{"page_details":{"limit":3,"result_count":3,"current_url":"https://api.assemblyai.com/v2/transcript?limit=3","prev_url":"https://api.assemblyai.com/v2/transcript?limit=3\u0026before_id=28a73d01-98db-41dd-9e98-2533ba0af117","next_url":"https://api.assemblyai.com/v2/transcript?limit=3\u0026after_id=b33f4691-85b7-4f31-be12-a87cef1c1229"},"transcripts":[{"id":"b33f4691-85b7-4f31-be12-a87cef1c1229","resource_url":"https://api.assemblyai.com/v2/transcript/b33f4691-85b7-4f31-be12-a87cef1c1229","status":"completed","created":"2024-03-11T21:29:59Z","completed":"2024-03-11T21:30:07Z","audio_url":"http://deleted_by_user","error":"error"},{"id":"ce522f10-d204-42e8-a838-6b95098145cc","resource_url":"https://api.assemblyai.com/v2/transcript/ce522f10-d204-42e8-a838-6b95098145cc","status":"error","created":"2024-03-11T21:23:59Z","completed":"2024-01-15T09:30:00Z","audio_url":"https://storage.googleapis.com/client-docs-samples/nbc.mp3","error":"Download error, unable to download https://storage.googleapis.com/client-docs-samples/nbc.mp3. Please make sure the file exists and is accessible from the internet."},{"id":"28a73d01-98db-41dd-9e98-2533ba0af117","resource_url":"https://api.assemblyai.com/v2/transcript/28a73d01-98db-41dd-9e98-2533ba0af117","status":"completed","created":"2024-03-11T21:12:57Z","completed":"2024-03-11T21:13:03Z","audio_url":"https://storage.googleapis.com/aai-docs-samples/nbc.mp3","error":"error"}]}