---
title: "POST /v1/agent/thread/{sessionId}/reopen"
method: POST
path: "/v1/agent/thread/{sessionId}/reopen"
tags: ["Agent"]
---

# POST /v1/agent/thread/{sessionId}/reopen

`POST /v1/agent/thread/{sessionId}/reopen`

## Path parameters

- `sessionId` string, required

## Response `200`

Ok

- union
  - ResultSuccessInAppThread
    - `data` InAppThread, required
      - `id` string, required
      - `chat` unknown, required
      - `user_id` string, required
      - `org_id` string, required
      - `created_at` string, date-time, required
      - `escalated` boolean, required
      - `metadata` unknown, required
      - `updated_at` string, date-time, required
      - `soft_delete` boolean, required
    - `error` null, nullable, required
  - ResultErrorString
    - `data` null, nullable, required
    - `error` string, required

## Changes

- **2026-01-15** `6e2d4e58ad7d` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/helicone/apis/helicone-api/changes/v1/agent/thread/:sessionId/reopen/post.md)

---

[API](https://skmtc.dev/helicone/apis/helicone-api.md) · [All operations](https://skmtc.dev/helicone/apis/helicone-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/helicone/helicone-api/revisions/e888f22486ca/schema)
