Skip to main content
GET
List Command Editor Threads

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

command_id
string<uuid>
required

Command ID

Query Parameters

organization_id
string
required
query
string | null

Optional title/message search query

offset
integer
default:0

Pagination offset

Required range: x >= 0
limit
integer
default:20

Page size

Required range: 1 <= x <= 50

Response

Successful Response

Paginated command editor workflow threads.

threads
CommandEditorThreadResponse · object[]
required
next_offset
integer | null
has_more
boolean
default:false