Speech to Text Batch Reports
Get all Speech to Text batch report requests
Retrieves all Speech to Text batch report requests for the authenticated user
get/legacy/reporting/batch_detail_records/speech_to_text
Response
Speech to text batch report requests retrieved successfully
Example response
{
"data": [
{
"created_at": "2020-07-01T00:00:00-06:00",
"download_link": "https://portal-cdrs-usage.s3.amazonaws.com",
"end_date": "2020-07-01T00:00:00-06:00",
"id": "ab76c3b6-80cd-11eb-9439-0242ac130002",
"record_type": "speech_to_text_report",
"start_date": "2020-07-01T00:00:00-06:00"
}
]
}