Threads
All endpoints require Bearer Token (or API Key) authentication.
Create Thread
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
title | string | No | Thread title |
is_private | bool | No | Whether it's private, defaults to false |
Response
List Threads
Query Parameters
| Parameter | Type | Description |
|---|---|---|
limit | int | Number of items per page |
before | string | Cursor for pagination |
project_id | string | Filter by project |
Search Threads
Query Parameters
| Parameter | Type | Description |
|---|---|---|
q | string | Search keywords |
limit | int | Number of items per page |
Starred Threads
Get Thread Details
Update Thread
Request Body
| Field | Type | Description |
|---|---|---|
title | string | null | Title (null to clear) |
project_id | string | null | Associated project |