/
BU
builderz-labs
/
Mission Control API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 14m 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
Update task
put
/api/tasks/{id}
Path parameters
id
integer
required
Request body
object
required
title
string
description
string
status
string
priority
string
assigned_to
string
due_date
string
estimated_hours
number
tags
string[]
metadata
object
Response
Task updated
object
required
task
Task
Changes