---
title: "Get Message Thread By Id"
method: GET
path: "/v1/threads/{thread_id}"
tags: ["Message Threads"]
---

# Get Message Thread By Id

`GET /v1/threads/{thread_id}`

## Path parameters

- `thread_id` string, required

## Response `200`

Successful Response

- Thread
  - `id` string, uuid, required
  - `tenant_id` string, required
  - `status` 'async_wait' | 'ready' | 'async_slot_request' | 'async_a2a_slot_request'
  - `tenant_name` string, nullable
  - `title` string, nullable
  - `assistant_id` string, uuid, nullable
  - `agent_id` string, uuid, nullable
  - `knowledge_base_id` string, uuid, nullable
  - `created_by` string, required
  - `created_by_username` string, nullable
  - `created_on` string, date-time, nullable
  - `updated_at` string, date-time, nullable
  - `deleted_at` string, date-time, nullable, required
  - `deleted_by` string, nullable
  - `last_read_at` string, date-time, nullable
  - `last_agent_message_at` string, date-time, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/ibm/apis/wxo-server-api.md) · [All operations](https://skmtc.net/ibm/apis/wxo-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ibm/wxo-server-api/revisions/82c114c37196/schema)
