---
title: "Recompute Actual Pause All"
method: POST
path: "/v1/admin/sessions/recompute-actual-pause"
tags: ["admin"]
---

# Recompute Actual Pause All

`POST /v1/admin/sessions/recompute-actual-pause`

Batch backfill across every completed session.

Streams sessions in chronological order. Idempotent — sessions already
on the corrected anchor (e.g. ones that ran after deploy and so carry
`last_word_end_at` on their user segments) get the same numbers back
out, so no row is rewritten unnecessarily. With `dry_run=true`, walks
the data and reports counts without writing.

## Query parameters

- `dry_run` boolean — Count without writing
- `limit` integer, nullable — Cap on sessions processed

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