Get batch results
Batch Transcription
Get batch results
Paginated batch results grouped by file. By default returns merged per-file transcription results.
GET
Get batch results
Paginated batch results endpoint.Documentation Index
Fetch the complete documentation index at: https://docs.tensorstudio.ai/llms.txt
Use this file to discover all available pages before exploring further.
Query params
status(optional):completed,failed,retrying,processingpage(default:1)limit(default:50, max:200)raw(default:false)false: merged per-file resultstrue: raw per-job records
chunks(optional bool): include chunk-level details inlinespeech_information(optional bool): include segment-level speech information (tone, accent, speaker_id, timestamps, etc.)
Example (merged, completed only)
Example (raw job records)
Typical response shapes
raw=false:{ batch_id, page, limit, total_pages, total_files, count, files: [...] }raw=true:{ batch_id, page, limit, total_pages, total_jobs, count, jobs: [...] }- Missing batch with no status filter:
{ "error": "batch not found" }
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Query Parameters
Available options:
completed, failed, retrying, processing Required range:
x >= 1Required range:
1 <= x <= 200Include segment-level speech information (tone, accent, speaker_id, timestamps, etc.)