---
title: "Get Completed Session Document"
method: GET
path: "/v1/partner/launch-sessions/{session_id}/document"
tags: ["partner"]
---

# Get Completed Session Document

`GET /v1/partner/launch-sessions/{session_id}/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.

## Path parameters

- `session_id` string, required

## Query parameters

- `format` 'markdown' | 'html'

## Response `200`

Rendered document.

- PartnerDocumentDetail
  - `session_id` string, required
  - `title` string, required
  - `everbility_client_id` integer, required
  - `format` 'markdown' | 'html', required
  - `content` string, required — Rendered report content in the requested format.

## Other responses

- `401` — Invalid or expired access token, or the connection was revoked.
- `404` — Unknown session, or the attached document is no longer accessible.
- `409` — The session has not been completed yet.
- `410` — The session expired before completion.

## Changes

- **2026-07-06** `667e3a14dd18` — 1 info
  - endpoint added
- **2026-03-16** `9695d93a926b` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/everbility/apis/everbility-public-api/changes/v1/partner/launch-sessions/:session_id/document/get.md)

---

[API](https://skmtc.dev/everbility/apis/everbility-public-api.md) · [All operations](https://skmtc.dev/everbility/apis/everbility-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/everbility/everbility-public-api/revisions/0d4efb7914d1/schema)
