---
title: "Get Full Session Summary By Id"
method: GET
path: "/api/v1/sessions/full-summary/{session_id}"
tags: ["sessions.full-summary"]
---

# Get Full Session Summary By Id

`GET /api/v1/sessions/full-summary/{session_id}`

## Path parameters

- `session_id` string, required

## Response `200`

Successful Response

- SessionSummaryResponse — AI summary information for a given session.
  - `summary` string, nullable — The AI summary of the session
  - `rating` string, nullable — The AI rating of the session

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/asksyllable/apis/syllablesdk.md) · [All operations](https://skmtc.net/asksyllable/apis/syllablesdk/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/asksyllable/syllablesdk/versions/3e0721420b23/schema)
