Skip to main content
GET
cURL

Path Parameters

job_id
string<uuid>
required

Response

id
string
required

jobs.id (same id the admin list returns).

workspace_id
string
required
status
string
required
progress
number<float>
required
error
string
required
segment_count
integer<int32>
required
segments
AdminTranscriptionSegment · object[]
required
created_at
string
required
content_visible
boolean
required

True iff transcription_text and segment text are populated normally. False means the admin is not a native member of this session AND has not elevated; content fields contain a placeholder & the UI should show the "View content (audited)" banner.

elevation_required
boolean
required

True iff the admin needs to POST /admin/content-elevate w/ a reason to see content. False either when the admin has access natively (member/owner/share) or has already elevated.

session_was_deleted
boolean
required

Set when this transcription's content was redacted via session deletion (i.e. transcription_text contains a [redacted-…] placeholder). Lets the UI show a "Deleted session" badge instead of a confused "Workspace-level" one.

transcription_id
string

transcriptions.id — the row that backs this job's output.

session_id
string
detected_language
string
forced_language
string
diarisation_model_version
string
transcription_text
string
speaker_count
integer<int32>
duration_ms
integer<int32>
avg_confidence
number<float>
completed_at
string
deletion_event_kind
string

When session_was_deleted is true, this is the matching gdpr_log.event_kind — e.g. session_deleted_by_owner or account_erasure_session_redacted. Lets the UI render an honest "why" without exposing actual user identifiers. None when no matching gdpr_log row was found (older deletions before the audit pipeline existed; or non-redacted transcriptions).