List transcripts
api.assemblyai.com with api.eu.assemblyai.com.If you need to retrieve transcripts from more than 90 days ago please reach out to our Support team at support@assemblyai.com.
Pagination
This endpoint returns paginated results. The response includes a page_details object with the following properties:
page_details.limit- Maximum number of transcripts per page.page_details.result_count- Total number of transcripts returned on the current page.page_details.current_url- URL to the current page.page_details.prev_url- URL to the previous page of older transcripts.page_details.next_url- URL to the next page of newer transcripts.
Authorizations
Query Parameters
Maximum amount of transcripts to retrieve
1 <= x <= 200Filter by transcript status The status of your transcript. Possible values are queued, processing, completed, or error.
queued, processing, completed, error Only get transcripts created on this date
Get transcripts that were created before this transcript ID
Get transcripts that were created after this transcript ID
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.
A list of transcripts. Transcripts are sorted from newest to oldest. The previous URL always points to a page with older transcripts.
Details of the transcript page
{
"limit": 10,
"result_count": 10,
"current_url": "https://api.assemblyai.com/v2/transcript?limit=10",
"prev_url": "https://api.assemblyai.com/v2/transcript?limit=10&before_id=62npeahu2b-a8ea-4112-854c-69542c20d90c",
"next_url": "https://api.assemblyai.com/v2/transcript?limit=10&after_id=62nfw3mlar-01ad-4631-92f6-629929496eed"
}An array of transcripts