/
NA
nanocorp
/
NanoCorp API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 10h ago · Updated 10h ago
Details
Filter operations
activity
1
admin
12
analytics
5
app-users
2
auth
14
beacon
1
chat
2
companies
14
conglomerates
5
dashboard
1
documents
4
domains
5
emails
4
engine
1
feature-requests
1
files
5
founding
12
github
5
health
2
internal
21
margot
6
milestones
2
public
5
referrals
1
runs
5
secrets
4
sessions
6
stripe
15
subscriptions
11
tasks
5
get
List Tasks
post
Create Task
get
Get Task
put
Update Task
delete
Delete Task
users
4
vercel
6
webhooks
5
withdrawals
3
tasks
Update Task
Update a task (user-facing fields).
put
/tasks/{task_id}
Path parameters
task_id
string
uuid
required
Request body
UpdateTaskRequest
required
title
string
nullable
description
string
nullable
priority
string
nullable
status
string
nullable
Response
Successful Response
TaskResponse
required
id
string
required
company_id
string
required
title
string
required
description
string
nullable
status
'pending'
|
'dispatched'
|
'in_progress'
|
'completed'
|
'failed'
|
'moderated'
required
priority
'critical'
|
'high'
|
'normal'
|
'low'
required
created_by
'user'
|
'ceo_agent'
|
'worker_agent'
|
'agent'
required
runner
string
assigned_to
string
nullable
result_summary
string
nullable
error_message
string
nullable
retry_count
integer
required
max_retries
integer
required
parent_task_id
string
nullable
cycle_id
string
nullable
due_at
string
date-time
nullable
recurrence
string
nullable
effective_status
string
nullable
due_annotation
string
nullable
created_at
string
date-time
required
started_at
string
date-time
nullable
completed_at
string
date-time
nullable
updated_at
string
date-time
required
Changes