Get STT Translate Batch Job Status

Retrieve the current status and details of a speech to text translate bulk job, including progress and file-level information. **Rate Limiting Best Practice:** To prevent rate limit errors and ensure optimal server performance, we recommend implementing a minimum 5-millisecond delay between consecutive status polling requests. This helps maintain system stability while still providing timely status updates.

Authentication

api-subscription-keystring
API Key authentication via header

Path Parameters

job_idstringRequired
The unique identifier of the job

Headers

api-subscription-keystringOptionalDefaults to

Your unique subscription key for authenticating requests to the Sarvam AI Speech-to-Text API. Here are the steps to get your api key

Response

Successful Response
job_stateenum
Job State
Allowed values:
created_atstring
Created At
updated_atstring
Updated At
job_idstring
Job Id
storage_container_typeenum
Storage Container Type
Allowed values:
total_filesinteger or nullDefaults to 0
Total Files
successful_files_countinteger or nullDefaults to 0
Success Count
failed_files_countinteger or nullDefaults to 0
Failed Count
error_messagestring or nullDefaults to
Error Message
job_detailslist of objects or null
Job details at file level.

Errors