---
title: "Get Thread Route"
method: GET
path: "/api/threads/{thread_id}"
tags: ["thread"]
---

# Get Thread Route

`GET /api/threads/{thread_id}`

Get a thread by ID.

## Path parameters

- `thread_id` string, uuid, required

## Response `200`

Successful Response

- Thread
  - `user_id` string, nullable, required
  - `id` string, uuid, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `deleted_at` string, date-time, nullable, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/cleanlab/apis/agility.md) · [All operations](https://skmtc.net/cleanlab/apis/agility/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cleanlab/agility/versions/9e6009a931b6/schema)
