Get batch job
Returns the full details of a job (status, config, timestamps, error info). Poll until status reaches DONE or FAILED.
Authorizations
SLNG API key as Authorization: Bearer slng_cu_... (consumer) or slng_bt_... (batch). Legacy zpka_ keys are still accepted during migration.
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.