---
title: "Complete an active session (end attempt)"
method: POST
path: "/LessonReport/CompleteSession"
tags: ["LessonReport"]
---

# Complete an active session (end attempt)

`POST /LessonReport/CompleteSession`

## Headers

- `X-Version` string

## Request body

- CompleteSessionRequest
  - `lessonId` integer, required — lesson identifier

## Response `200`

session completed

## Other responses

- `400` — if no session is active unless sessionId provided
- `401` — if unauthorized

---

[API](https://skmtc.dev/eon-xr/apis/eonxr-api.md) · [All operations](https://skmtc.dev/eon-xr/apis/eonxr-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/eon-xr/eonxr-api/revisions/538c75161c64/schema)
