---
title: "Get Session"
method: GET
path: "/api/user/sessions/{session_id}"
---

# Get Session

`GET /api/user/sessions/{session_id}`

Get a full conversation transcript with tool interactions.

## Path parameters

- `session_id` string, required

## Response `200`

Successful Response

- SessionDetailResponse
  - `session_id` string, required
  - `user_id` string, required
  - `created_at` string, required
  - `last_message_at` string, required
  - `is_active` boolean, required
  - `channel` string
  - `initial_system_prompt` string
  - `last_compacted_seq` integer
  - `messages` SessionMessage[], required
    - `seq` integer, required
    - `direction` string, required
    - `body` string
    - `timestamp` string, required
    - `tool_interactions` object[]

## Other responses

- `422` — Validation Error

## Changes

- **2026-03-23** `e27f8c6439d8` — 2 info
  - added the optional property `initial_system_prompt` to the response with the `200` status
  - added the optional property `last_compacted_seq` to the response with the `200` status
- **2026-03-20** `4c528359213d` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/mozilla-ai/apis/clawbolt/changes/api/user/sessions/:session_id/get.md)

---

[API](https://skmtc.dev/mozilla-ai/apis/clawbolt.md) · [All operations](https://skmtc.dev/mozilla-ai/apis/clawbolt/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mozilla-ai/clawbolt/revisions/9df4ea76da08/schema)
