/
BU
builderz-labs
/
Mission Control API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2h ago · Updated 2mo ago
Details
Filter operations
Admin
23
Agents
16
Alerts
4
Auth
10
Chat
5
Connections
3
Monitoring
8
Pipelines
5
Sessions
2
Super Admin
7
Tasks
9
get
List tasks
put
Bulk update task statuses
post
Create task
get
Get task by ID
put
Update task
delete
Delete task
get
List task comments
post
Add comment to task
post
Broadcast task to agents
Tokens
2
Webhooks
6
Workflows
4
Tasks
Broadcast task to agents
post
/api/tasks/{id}/broadcast
Path parameters
id
integer
required
Request body
object
required
agents
string[]
message
string
Response
Task broadcast sent
object
required
success
boolean
delivered_to
string[]
Changes