---
title: "Get Intent Ledger"
method: GET
path: "/v1/sessions/{session_id}/intent-ledger"
tags: ["sessions"]
---

# Get Intent Ledger

`GET /v1/sessions/{session_id}/intent-ledger`

Read the intent ledger for a session. Capability-URL semantics: knowing
the session UUID is the credential, exactly like the join link that
exposes the same session's live room. Used by the in-call view (reconnect
resync / copy fallback) and, later, by the coding-agent skill that pulls
the finished prompt.

## Path parameters

- `session_id` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/roxels/apis/interviewer.md) · [All operations](https://skmtc.dev/roxels/apis/interviewer/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/roxels/interviewer/revisions/4ef48ed226e1/schema)
