Check a transcription job's status (member)
ic_transcribe_statusGet one transcription job by id: its status (queued / processing / done / error), source, timing, attempts, and — when done — the result file ids + metadata (also fetchable with ic_transcribe_get). You must be the submitter (or an operator). Poll no more than once per minute. Args: { job_id }. Returns: { ok, job }. Required scope: transcribe:read (ic-member+).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | The job id (tj_...) from ic_transcribe_submit. |