---
title: "Get Session Committed Goal State"
method: GET
path: "/v1/sessions/{session_id}/goal-state/committed"
tags: ["sessions"]
---

# Get Session Committed Goal State

`GET /v1/sessions/{session_id}/goal-state/committed`

Return the committed goal_state for a session — only includes goals that have been
explicitly committed (with user confirmation or auto-commit at goal transition/session end).

## 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)
