TranscriptList: {
    page_details: PageDetails;
    transcripts: TranscriptListItem[];
}

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

{
"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&before_id=28a73d01-98db-41dd-9e98-2533ba0af117",
"next_url": "https://api.assemblyai.com/v2/transcript?limit=3&after_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:59.936851",
"completed": "2024-03-11T21:30:07.314223",
"audio_url": "http://deleted_by_user",
"error": null
},
{
"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:59.979420",
"completed": null,
"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:57.372215",
"completed": "2024-03-11T21:13:03.267020",
"audio_url": "https://storage.googleapis.com/aai-docs-samples/nbc.mp3",
"error": null
}
]
}