partner
Get Completed Session Document
Retrieve the rendered report attached to a completed launch session, as Markdown (default) or HTML. The document remains available on the completed session after the 48-hour session window.
get/v1/partner/launch-sessions/{session_id}/document
Path parameters
session_idstring required
Query parameters
format'markdown' | 'html'
Response
Rendered document.
Example response
{
"session_id": "psess_Zl9nB1qFhOQe2kQ4rW8xJ3Ty",
"title": "Functional capacity report",
"everbility_client_id": 864,
"format": "markdown",
"content": "# Functional capacity report\n\n..."
}