Create a thread
| Parameter | Type | Required | Description |
|---|---|---|---|
title | string | No | Human-readable label for the thread |
List threads
| Parameter | Type | Required | Description |
|---|---|---|---|
limit | integer | No | Page size, 1–100. Defaults to 20 |
cursor | string | No | Pagination cursor from a previous response |
Get a thread
Update a thread
Delete a thread
Errors
| Status | Error | When |
|---|---|---|
| 400 | validation_error | Invalid body, or deleting the default thread |
| 404 | not_found | Deployment or thread does not exist |

