Get Document

Retrieve an owned document. A transcription ID returned by an existing transcription endpoint is already a document ID; no conversion is required.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

document_idUUIDRequired
Stable document ID.

Response

This endpoint returns an object.
idUUID
Stable document ID.
typestring
Document source type.
titlestring
Display title.
statusstring
Current document or processing status.
archivedboolean
Whether the document is archived.
created_atdatetime
Creation time.
folder_idUUIDOptional
Containing folder, or null for root.
updated_atdatetimeOptional
Last update time, when available.
textstringOptional
Visible plain text for completed text and transcript documents when available.
htmlstringOptional

Editor-compatible HTML for completed documents when available.

Errors

401
Authentication Error
404
Document Not Found
429
Rate Limit Error