Get transcription job status
Echo Engine
Get transcription job status
Retrieve the status and results of an asynchronous transcription job.
GET
Get transcription job status
Authorizations
Bearer token authentication. Supports two token types:
- JWT Access Token — obtained via
POST /v1/auth/login - Personal Access Token (PAT) — created via
POST /v1/api-tokens, format:cmnd_<tokenId>.<secret>
Path Parameters
The transcription job ID
Response
Job status and results
Example:
"echo_job123"
Example:
"echo.transcription.job"
Example:
"job123"
Available options:
queued, processing, completed, failed Example:
"queued"
Available options:
fast, accurate Available options:
low, normal, high 
