v1
latestOpenAPI 3.1.02026-07-26102934.7 KBdocuments
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/documents/{document_id}
Path parameters
document_idstring required
The document ID (e.g., doc_abc123).
Query parameters
format'html' | 'markdown' | 'raw' | 'docx' | 'json'
Output format for the document content.
- html — HTML markup
- markdown — Markdown text
- raw — raw/plain text
- docx — base64-encoded Word document
- json — JSON array of content blocks
Response
The document.
Example response
{
"id": "doc_abc123",
"title": "Meeting summary"
}