Dokument herunterladen
Gibt ein zuvor hochgeladenes Dokument als Base64-kodierten String mit Metadaten (MIME-Typ, Dateiname, Größe) zurück.
get_document
Authorization
Authorization string header erforderlich API-Key im Format
ll_.... Übergabe als Bearer Token im OAuth-Flow. Scopes
journal:read
Parameter
document_id string (uuid) erforderlich UUID des Dokuments (aus E-Mail-Eingang oder REST-Upload)
Antwort
200
Erfolgreich
MCP
JSON get_document {
"tool": "get_document",
"params": {
"document_id": "<string>"
}
} 200 Response
JSON {
"document_id": "<string>",
"original_name": "<string>",
"mime_type": "<string>",
"file_base64": "<string>",
"size_bytes": 1
}