---
title: "Get chat thread for a project"
method: GET
path: "/v1/projects/{projectId}/chat/thread"
tags: ["Project Chat"]
---

# Get chat thread for a project

`GET /v1/projects/{projectId}/chat/thread`

## Path parameters

- `projectId` string, required

## Response `200`

Thread retrieved

- ChatThreadApiResponseDto
  - `success` boolean, required — Indicates if the request was successful
  - `message` string, required — Human readable message
  - `data` object, required — Response data
    - `threadId` string, uuid, required
    - `status` 'idle' | 'processing', required
  - `timestamp` string, date-time, required — Timestamp of the response

---

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