start api channel
List channels and view channel details for a server
List channels and view channel details for a server
Requires authentication — run start login first or set START_API_KEY.
Commands
| Command | Description |
|---|---|
start api channel list | List all channels in a server (shows name, ID, and privacy) |
start api channel info | Get detailed information about a specific channel |
list
List all channels in a server (shows name, ID, and privacy)
Terminal
| Argument | Required | Description |
|---|---|---|
server | Yes | Server ID to list channels for |
| Flag | Type | Default | Description |
|---|---|---|---|
--json | boolean | false | Output raw JSON (useful for piping to jq or scripts) |
info
Get detailed information about a specific channel
Terminal
| Argument | Required | Description |
|---|---|---|
id | Yes | Channel ID to look up |
| Flag | Type | Default | Description |
|---|---|---|---|
--json | boolean | false | Output raw JSON (useful for piping to jq or scripts) |
Examples
List channels in a server
Terminal
Get channel details
Terminal
List channels as JSON
Terminal
Find a specific channel
Terminal