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.
API token from your Timeless dashboard.
The document ID (e.g., doc_abc123).
Output format for the document content.
html — HTML markupmarkdown — Markdown textraw — raw/plain textdocx — base64-encoded Word documentjson — JSON array of content blockshtml, markdown, raw, docx, json The document.
"doc_abc123"
"Meeting summary"
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.