---
title: "List Message Threads"
method: GET
path: "/v1/threads"
tags: ["Message Threads"]
---

# List Message Threads

`GET /v1/threads`

## Query parameters

- `limit` integer, nullable — Limit the number of results returned
- `offset` integer, nullable — Skip the first N results
- `agent_id` string, nullable — Filter threads by agent ID

## Response `200`

Successful Response

- union
  - ThreadResponseWithPagination
    - `data` Thread[], required
      - `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
    - `total` integer, required
    - `limit` integer, required
    - `offset` integer, required
  - 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)
