---
title: "Unarchive Thread"
method: POST
path: "/v1/threads/{thread_id}/unarchive"
tags: ["threads"]
---

# Unarchive Thread

`POST /v1/threads/{thread_id}/unarchive`

Unarchive an inbox conversation thread.

Requires the `contacts:write` scope on the API key.

## Path parameters

- `thread_id` string, required

## Response `200`

Successful Response

- ThreadArchivePublicOutput
  - `thread_id` string, required — The external thread identifier.
  - `archived` boolean, required — Whether the thread is currently archived.

---

[API](https://skmtc.net/topo/apis/topo-public-api.md) · [All operations](https://skmtc.net/topo/apis/topo-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/topo/topo-public-api/revisions/80f4fd40b75e/schema)
