start api thread
Create threads, view thread messages, and update titles
Create threads, view thread messages, and update titles
Requires authentication — run start login first or set START_API_KEY.
Commands
| Command | Description |
|---|---|
start api thread list | List messages in a thread |
start api thread create | Create a new thread in a channel |
start api thread rename | Update a thread title |
list
List messages in a thread
Terminal
| Argument | Required | Description |
|---|---|---|
thread | Yes | Thread ID |
server | Yes | Server ID |
| Flag | Type | Default | Description |
|---|---|---|---|
--json | boolean | false | Output raw JSON |
create
Create a new thread in a channel
Terminal
| Argument | Required | Description |
|---|---|---|
channel | Yes | Channel ID |
server | Yes | Server ID |
| Flag | Type | Default | Description |
|---|---|---|---|
--title | string | — | Thread title |
rename
Update a thread title
Terminal
| Argument | Required | Description |
|---|---|---|
thread | Yes | Thread ID |
title | Yes | New title |
Examples
View thread messages
Terminal
Create a thread
Terminal
Rename a thread
Terminal
Get thread as JSON
Terminal