v10

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-21162658.7 KB
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.

session_idstring required
titlestring required
everbility_client_idinteger required
format'markdown' | 'html' required
contentstring required

Rendered report content in the requested format.

Example response

{
  "session_id": "psess_Zl9nB1qFhOQe2kQ4rW8xJ3Ty",
  "title": "Functional capacity report",
  "everbility_client_id": 864,
  "format": "markdown",
  "content": "# Functional capacity report\n\n..."
}