Get batch job
Returns the full details of a job (status, config, timestamps, error info). Poll until status reaches DONE or FAILED.
Documentation Index
Fetch the complete documentation index at: https://docs.slng.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key from the SLNG dashboard.
Path Parameters
The alphanumeric job identifier.
^[a-zA-Z0-9]+$Response
Job detail.
A batch transcription job.
Alphanumeric job identifier.
Public-facing job status.
QUEUED, IN_PROGRESS, DECODING, POST_PROCESSING, DONE, FAILED, DELETED API key that submitted the job. May differ from the API key used to call this endpoint when the job was created via the dashboard.
Organisation that owns the job.
Model used (e.g. slng/speechmatics/batch:15.0.0).
Full job-config object as submitted (type, transcription_config, optional tracking, output_config).
Measured input file properties (size_bytes, duration_seconds, format, mime_type, source).
Measured output properties (populated on completion).
Error envelope for FAILED jobs. Otherwise null.
When the job was created.
When processing began.
When the job reached a terminal state.
When the job was deleted.
When the job was expired.
Last row update.