Get document
Documents
Get document
Returns a document by ID. Documents are AI-generated artifacts from meetings, such as summaries, action items, or notes. You can request the content in multiple formats.
GET
Get document
Authorizations
API token from your Timeless dashboard.
Path Parameters
The document ID (e.g., doc_abc123).
Query Parameters
Output format for the document content.
html— HTML markupmarkdown— Markdown textraw— raw/plain textdocx— base64-encoded Word documentjson— JSON array of content blocks
Available options:
html, markdown, raw, docx, json Response
The document.
Example:
"doc_abc123"
Example:
"Meeting summary"
Available options:
html, markdown, raw, docx, json Document content in the requested format. For docx, this is base64-encoded. For json, this is a JSON-serialized array of content blocks.