---
title: "Get Situation Lesson Detail"
method: GET
path: "/lessons/situations/{passage_id}"
tags: ["lessons", "lessons"]
---

# Get Situation Lesson Detail

`GET /lessons/situations/{passage_id}`

Get full situation lesson detail including conversation starters and usage patterns.

Accepts anonymous (or absent) auth: anonymous onboarding users land here via
the `try_solo_activity_type_2026_05` A/B test variant.

`native_language` query param overrides the user's stored native_language; the
onboarding flow passes it explicitly because saveData() is fire-and-forget so
the DB value can lag the user's actual selection.

## Path parameters

- `passage_id` string, uuid, required

## Query parameters

- `native_language` string, nullable

## Headers

- `authorization` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored.md) · [All operations](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fluentea/aurqa-language-learning-platform-refactored/revisions/78f314acd8bf/schema)
