---
title: "Session Timing Debug"
method: GET
path: "/v1/admin/sessions/{session_id}/timing-debug"
tags: ["admin"]
---

# Session Timing Debug

`GET /v1/admin/sessions/{session_id}/timing-debug`

Per-turn forensic dump of pause-relevant timing fields.

Returns a flat list interleaving user segments and assistant timings
in chronological order, including the exact `last_word_end_at`,
`segment_started_at`, `agent_speak_at`, and `actual_speech_end_at`
values stored on disk. For investigating pause anchors when the
dashboard reports a value that doesn't match what a human heard.

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