---
title: "List threads in project"
method: GET
path: "/v2/teams/{team_id}/projects/{project_id}/threads"
tags: ["v2", "Projects"]
---

# List threads in project

`GET /v2/teams/{team_id}/projects/{project_id}/threads`

## Path parameters

- `team_id` union, required
  - string, uuid
  - string
- `project_id` union, required
  - string, uuid
  - string

## Response `200`

Success

- object[]

## Other responses

- `404` — Project not found
- `422` — Validation Error

---

[API](https://skmtc.dev/definite/apis/defapi.md) · [All operations](https://skmtc.dev/definite/apis/defapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/definite/defapi/revisions/3943d8deb3be/schema)
